From 5de7e33eec816bfc3ea35ae464b2160ebd2c37a9 Mon Sep 17 00:00:00 2001 From: Grzegorz Eliszewski Date: Tue, 2 Mar 2021 10:35:27 +0100 Subject: [PATCH] Add information about Parallel Pod Management Clarify information that Parallel Pod Management works only during scaling. --- .../docs/tutorials/stateful-application/basic-stateful-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateful-application/basic-stateful-set.md b/content/en/docs/tutorials/stateful-application/basic-stateful-set.md index b8aaaabb5b..a44c4392ca 100644 --- a/content/en/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/content/en/docs/tutorials/stateful-application/basic-stateful-set.md @@ -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" >}}