We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 684c388 + 5de7e33 commit dc89dbcCopy full SHA for dc89dbc
content/en/docs/tutorials/stateful-application/basic-stateful-set.md
@@ -1083,7 +1083,7 @@ above.
1083
`Parallel` pod management tells the StatefulSet controller to launch or
1084
terminate all Pods in parallel, and not to wait for Pods to become Running
1085
and Ready or completely terminated prior to launching or terminating another
1086
-Pod.
+Pod. This option only affects the behavior for scaling operations. Updates are not affected.
1087
1088
{{< codenew file="application/web/web-parallel.yaml" >}}
1089
0 commit comments