Task: Stateful Set force delete pods (#1731)

* Adding task for force-deletion of pods in a statefulset.

* Fixed based on doc review.

* Reapply docs review fix

* Fixing nav and tasks from earlier.
This commit is contained in:
Anirudh Ramanathan
2016-12-02 15:17:24 -08:00
committed by Devin Donnelly
parent 7ce65a3356
commit e02be02974
3 changed files with 83 additions and 4 deletions
+6 -2
View File
@@ -27,12 +27,16 @@ toc:
section:
- title: Using an HTTP Proxy to Access the Kubernetes API
path: /docs/tasks/access-kubernetes-api/http-proxy-access-api/
- title: Administering a Cluster
section:
- title: Assigning Pods to Nodes
path: /docs/tasks/administer-cluster/assign-pods-nodes/
- title: Autoscaling the DNS Service in a Cluster
path: /docs/tasks/administer-cluster/dns-horizontal-autoscaling/
- title: Safely Draining a Node while Respecting Application SLOs
path: /docs/tasks/administer-cluster/safely-drain-node/
- title: Managing Stateful Applications
section:
- title: Upgrading from PetSets to StatefulSets
@@ -43,5 +47,5 @@ toc:
path: /docs/tasks/manage-stateful-set/deleting-a-statefulset/
- title: Debugging a StatefulSet
path: /docs/tasks/manage-stateful-set/debugging-a-statefulset/
- title: Safely Draining a Node while Respecting Application SLOs
path: /docs/tasks/administer-cluster/safely-drain-node/
- title: Force Deleting StatefulSet Pods
path: /docs/tasks/manage-stateful-set/delete-pods/