* Changed range syntax to use paren to indicate range {0..N-1}. (#7509)

* * Changed range syntax to use paren to indicate range {0..N-1}.

Fixed #7507

* Updated wording per feedback from @enisoc.
This commit is contained in:
Mike
2018-02-25 15:39:44 -05:00
committed by k8s-ci-robot
parent 01098a1d42
commit 213b87adc0
@@ -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