From 4368468ec7207d5ef3436ed2942cfcf2b567843d Mon Sep 17 00:00:00 2001 From: huzhengchuan Date: Thu, 15 Feb 2018 06:37:52 +0800 Subject: [PATCH] fix "Stateful Set" to "StatefulSet" (#7166) * fix "Stateful Set" to "StatefulSet" * adding a no-op commit to re-push netlify deploy --- docs/tasks/run-application/delete-stateful-set.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/tasks/run-application/delete-stateful-set.md b/docs/tasks/run-application/delete-stateful-set.md index 29c8b2e57b..db86b83f2a 100644 --- a/docs/tasks/run-application/delete-stateful-set.md +++ b/docs/tasks/run-application/delete-stateful-set.md @@ -5,7 +5,7 @@ approvers: - foxish - janetkuo - smarterclayton -title: Delete a Stateful Set +title: Delete a StatefulSet --- {% capture overview %} @@ -40,7 +40,8 @@ You may need to delete the associated headless service separately after the Stat kubectl delete service ``` -Deleting a StatefulSet through kubectl will scale it down to 0, thereby deleting all pods that are a part of it. If you want to delete just the StatefulSet and not the pods, use `--cascade=false`. +Deleting a StatefulSet through kubectl will scale it down to 0, thereby deleting all pods that are a part of it. +If you want to delete just the StatefulSet and not the pods, use `--cascade=false`. ```shell kubectl delete -f --cascade=false