Clarify behavior of parallel pod management policy (#14606)
This commit is contained in:
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
|
`Parallel` pod management tells the StatefulSet controller to launch or
|
||||||
terminate all Pods in parallel, and to not wait for Pods to become Running
|
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
|
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
|
## Update Strategies
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user