diff --git a/docs/concepts/workloads/controllers/statefulset.md b/docs/concepts/workloads/controllers/statefulset.md index 146be2b043..4bf49e7a70 100644 --- a/docs/concepts/workloads/controllers/statefulset.md +++ b/docs/concepts/workloads/controllers/statefulset.md @@ -116,7 +116,7 @@ regardless of which node it's (re)scheduled on. ### Ordinal Index For a StatefulSet with N replicas, each Pod in the StatefulSet will be -assigned an integer ordinal, in the range [0,N], that is unique over the Set. +assigned an integer ordinal, from 0 up through N-1, that is unique over the Set. ### Stable Network ID