Skip to content

Commit dc89dbc

Browse files
authored
Merge pull request #26793 from es1o/patch-1
Add information about Parallel Pod Management
2 parents 684c388 + 5de7e33 commit dc89dbc

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)