We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf73b9 commit 29a1ae1Copy full SHA for 29a1ae1
docs/tutorials/stateful-application/basic-stateful-set.md
@@ -615,7 +615,7 @@ k8s.gcr.io/nginx-slim:0.7
615
```
616
617
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
+updated the `web-2` Pod because the Pod's ordinal was greater than or equal to
619
the `partition`.
620
621
Delete the `web-1` Pod.
0 commit comments