From 3ee607a78e6b5884a6e01f0740ff381b17155419 Mon Sep 17 00:00:00 2001 From: Drinky Pool Date: Thu, 3 Aug 2017 16:12:31 +0800 Subject: [PATCH] fix typo fix typo --- docs/tutorials/stateful-application/basic-stateful-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateful-application/basic-stateful-set.md b/docs/tutorials/stateful-application/basic-stateful-set.md index a25e7d3fb1..09ab1028a3 100644 --- a/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/docs/tutorials/stateful-application/basic-stateful-set.md @@ -1006,7 +1006,7 @@ above. ### Parallel Pod Management `Parallel` pod management tells the StatefulSet controller to launch or -terminate all Pods in parallel, and to not wait for Pods to becoming Running +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.