Skip to content

Commit 5de7e33

Browse files
authored
Add information about Parallel Pod Management
Clarify information that Parallel Pod Management works only during scaling.
1 parent b745414 commit 5de7e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ above.
10831083
`Parallel` pod management tells the StatefulSet controller to launch or
10841084
terminate all Pods in parallel, and not to wait for Pods to become Running
10851085
and Ready or completely terminated prior to launching or terminating another
1086-
Pod.
1086+
Pod. This option only affects the behavior for scaling operations. Updates are not affected.
10871087

10881088
{{< codenew file="application/web/web-parallel.yaml" >}}
10891089

0 commit comments

Comments
 (0)