Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.10 update #7151

Merged
merged 9 commits into from
Jan 30, 2018
Next Next commit
Fix partition value expected behaviour explanation (#7123)
Fixes issue #7057
  • Loading branch information
rgo authored and k8s-ci-robot committed Jan 29, 2018
commit d05d3f620ce5168e48964063d78486c372f67e6a
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