From d05d3f620ce5168e48964063d78486c372f67e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20Garc=C3=ADa?= Date: Mon, 29 Jan 2018 18:47:31 +0100 Subject: [PATCH] Fix partition value expected behaviour explanation (#7123) Fixes issue #7057 --- 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 2ef3ea627dbb4..d631fbef1f258 100644 --- a/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/docs/tutorials/stateful-application/basic-stateful-set.md @@ -615,7 +615,7 @@ k8s.gcr.io/nginx-slim:0.7 ``` When you changed the `partition`, the StatefulSet controller automatically -updated the `web-2` Pod because the Pod's ordinal was less than or equal to +updated the `web-2` Pod because the Pod's ordinal was greater than or equal to the `partition`. Delete the `web-1` Pod.