Merge pull request #26793 from es1o/patch-1

Add information about Parallel Pod Management
pull/27239/head
Kubernetes Prow Robot 2021-03-26 05:00:43 -07:00 committed by GitHub
commit dc89dbc502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ above.
`Parallel` pod management tells the StatefulSet controller to launch or
terminate all Pods in parallel, and not to 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.
{{< codenew file="application/web/web-parallel.yaml" >}}