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.
1 parent b745414 commit 5de7e33Copy full SHA for 5de7e33
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