Skip to content

Commit 29a1ae1

Browse files
rgobitfield
authored andcommitted
Fix partition value expected behaviour explanation (kubernetes#7123)
Fixes issue kubernetes#7057
1 parent bbf73b9 commit 29a1ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/stateful-application/basic-stateful-set.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ k8s.gcr.io/nginx-slim:0.7
615615
```
616616

617617
When you changed the `partition`, the StatefulSet controller automatically
618-
updated the `web-2` Pod because the Pod's ordinal was less than or equal to
618+
updated the `web-2` Pod because the Pod's ordinal was greater than or equal to
619619
the `partition`.
620620

621621
Delete the `web-1` Pod.

0 commit comments

Comments
 (0)