Clarify behavior of parallel pod management policy (#14606)

This commit is contained in:
Josef Brandl
2019-06-04 23:53:51 +02:00
committed by Kubernetes Prow Robot
parent 6c91774f47
commit 10e71c9d93
@@ -209,7 +209,8 @@ described [above](#deployment-and-scaling-guarantees).
`Parallel` pod management tells the StatefulSet controller to launch or
terminate all Pods in parallel, and to not wait for Pods to become Running
and Ready or completely terminated prior to launching or terminating another
Pod.
Pod. This option only affects the behavior for scaling operations. Updates are not
affected.
## Update Strategies