parent
cbe9501834
commit
daecd7213d
|
@ -47,6 +47,9 @@ toc:
|
|||
- docs/tasks/run-application/run-single-instance-stateful-application.md
|
||||
- docs/tasks/run-application/run-replicated-stateful-application.md
|
||||
- docs/tasks/run-application/upgrade-pet-set-to-stateful-set.md
|
||||
- docs/tasks/run-application/scale-stateful-set.md
|
||||
- docs/tasks/run-application/delete-stateful-set.md
|
||||
- docs/tasks/run-application/force-delete-stateful-set-pod.md
|
||||
- docs/tasks/run-application/rolling-update-replication-controller.md
|
||||
- docs/tasks/run-application/horizontal-pod-autoscale.md
|
||||
- docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md
|
||||
|
@ -80,6 +83,7 @@ toc:
|
|||
- docs/tasks/debug-application-cluster/debug-service.md
|
||||
- docs/tasks/debug-application-cluster/debug-cluster.md
|
||||
- docs/tasks/debug-application-cluster/debug-application.md
|
||||
- docs/tasks/debug-application-cluster/debug-stateful-set.md
|
||||
- docs/tasks/debug-application-cluster/debug-application-introspection.md
|
||||
- title: Using Explorer to Examine the Runtime Environment
|
||||
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/explorer
|
||||
|
@ -121,13 +125,6 @@ toc:
|
|||
- docs/tasks/administer-federation/replicaset.md
|
||||
- docs/tasks/administer-federation/secret.md
|
||||
|
||||
- title: Managing Stateful Applications
|
||||
section:
|
||||
- docs/tasks/manage-stateful-set/scale-stateful-set.md
|
||||
- docs/tasks/manage-stateful-set/deleting-a-statefulset.md
|
||||
- docs/tasks/manage-stateful-set/debugging-a-statefulset.md
|
||||
- docs/tasks/manage-stateful-set/delete-pods.md
|
||||
|
||||
- title: Managing Cluster Daemons
|
||||
section:
|
||||
- docs/tasks/manage-daemon/update-daemon-set.md
|
||||
|
|
|
@ -8,6 +8,9 @@ assignees:
|
|||
- kow3ns
|
||||
- smarterclayton
|
||||
title: Debugging a StatefulSet
|
||||
redirect_from:
|
||||
- "/docs/tasks/manage-stateful-set/debugging-a-statefulset/"
|
||||
- "/docs/tasks/manage-stateful-set/debugging-a-statefulset.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
|
@ -6,6 +6,9 @@ assignees:
|
|||
- janetkuo
|
||||
- smarterclayton
|
||||
title: Deleting a Stateful Set
|
||||
redirect_from:
|
||||
- "/docs/tasks/manage-stateful-set/deleting-a-statefulset/"
|
||||
- "/docs/tasks/manage-stateful-set/deleting-a-statefulset.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
|
@ -5,6 +5,9 @@ assignees:
|
|||
- foxish
|
||||
- smarterclayton
|
||||
title: Force Deleting StatefulSet Pods
|
||||
redirect:from:
|
||||
- "/docs/tasks/manage-stateful-set/delete-pods/"
|
||||
- "/docs/tasks/manage-stateful-set/delete-pods.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
|
@ -8,6 +8,9 @@ assignees:
|
|||
- kow3ns
|
||||
- smarterclayton
|
||||
title: Scaling a StatefulSet
|
||||
redirect_from:
|
||||
- "/docs/tasks/manage-stateful-set/scale-stateful-set/"
|
||||
- "/docs/tasks/manage-stateful-set/scale-stateful-set.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
Loading…
Reference in New Issue