Fix partition value expected behaviour explanation (#7123)

Fixes issue #7057
This commit is contained in:
Rafa García
2018-01-29 18:47:31 +01:00
committed by k8s-ci-robot
parent dd7bb34913
commit d05d3f620c
@@ -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.