Skip to content

Commit

Permalink
Clarify behavior of parallel pod management policy (#14606)
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorBreakfast authored and k8s-ci-robot committed Jun 4, 2019
1 parent 6c91774 commit 10e71c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 10e71c9

Please sign in to comment.