From 18254f4413f1a8eaa24ccd8ae278b702309aba78 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Thu, 21 Sep 2017 17:27:41 +0800 Subject: [PATCH] another error --- docs/tutorials/stateful-application/basic-stateful-set.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/stateful-application/basic-stateful-set.md b/docs/tutorials/stateful-application/basic-stateful-set.md index 1c644dd519..f291e8b997 100644 --- a/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/docs/tutorials/stateful-application/basic-stateful-set.md @@ -795,8 +795,7 @@ continue the update process. ## Deleting StatefulSets StatefulSet supports both Non-Cascading and Cascading deletion. In a -Non-Cascading Delete, the StatefulSet's Pods are not deleted when the Stateful -Set is deleted. In a Cascading Delete, both the StatefulSet and its Pods are +Non-Cascading Delete, the StatefulSet's Pods are not deleted when the StatefulSet is deleted. In a Cascading Delete, both the StatefulSet and its Pods are deleted. ### Non-Cascading Delete @@ -940,7 +939,7 @@ web-1 0/1 Terminating 0 29m ``` -As you saw in the [Scaling Down](#ordered-pod-termination) section, the Pods +As you saw in the [Scaling Down](#scaling-down) section, the Pods are terminated one at a time, with respect to the reverse order of their ordinal indices. Before terminating a Pod, the StatefulSet controller waits for the Pod's successor to be completely terminated.