Skip to content

Commit

Permalink
Fix partition value expected behaviour explanation (#7123)
Browse files Browse the repository at this point in the history
Fixes issue #7057
  • Loading branch information
rgo authored and k8s-ci-robot committed Jan 29, 2018
1 parent dd7bb34 commit d05d3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/stateful-application/basic-stateful-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d05d3f6

Please sign in to comment.