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