Skip to content

Commit

Permalink
Fixes issue kubernetes#7057
Browse files Browse the repository at this point in the history
Fixes issue with k8s.io/docs/tutorials/stateful-application/basic-stateful-set/ possible mistake in partition value expected behaviour explanation kubernetes#7057
  • Loading branch information
rgo committed Jan 29, 2018
1 parent dd7bb34 commit 6edf2f4
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 6edf2f4

Please sign in to comment.