From 10e71c9d93a824dc6c81c91ee7e6d3c9e2d85cc0 Mon Sep 17 00:00:00 2001 From: Josef Brandl Date: Tue, 4 Jun 2019 23:53:51 +0200 Subject: [PATCH] Clarify behavior of parallel pod management policy (#14606) --- content/en/docs/concepts/workloads/controllers/statefulset.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/statefulset.md b/content/en/docs/concepts/workloads/controllers/statefulset.md index ae390739abe4b..bde634a6ea768 100644 --- a/content/en/docs/concepts/workloads/controllers/statefulset.md +++ b/content/en/docs/concepts/workloads/controllers/statefulset.md @@ -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