Rename docs section for StatefulSetStartOrdinal to 'Start ordinal'
parent
23134e5fc8
commit
6474d77d4f
|
@ -158,7 +158,7 @@ For a StatefulSet with N [replicas](#replicas), each Pod in the StatefulSet
|
|||
will be assigned an integer ordinal, that is unique over the Set. By default,
|
||||
pods will be assigned ordinals from 0 up through N-1.
|
||||
|
||||
<b>Start Ordinal</b>
|
||||
### Start ordinal
|
||||
|
||||
{{< feature-state for_k8s_version="v1.26" state="alpha" >}}
|
||||
|
||||
|
|
|
@ -717,7 +717,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
|
|||
the StatefulSet controller.
|
||||
- `StatefulSetStartOrdinal`: Allow configuration of the start ordinal in a
|
||||
StatefulSet. See
|
||||
[Ordinal Index](/docs/concepts/workloads/controllers/statefulset/#ordinal-index)
|
||||
[Start ordinal](/docs/concepts/workloads/controllers/statefulset/#start-ordinal)
|
||||
for more details.
|
||||
- `StorageVersionAPI`: Enable the
|
||||
[storage version API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#storageversion-v1alpha1-internal-apiserver-k8s-io).
|
||||
|
|
|
@ -133,7 +133,7 @@ and _Ready_ (see `type` in [Pod Conditions](/docs/concepts/workloads/pods/pod-li
|
|||
|
||||
{{< note >}}
|
||||
To configure the integer ordinal assigned to each Pod in a StatefulSet, see
|
||||
[Ordinal index](/docs/concepts/workloads/controllers/statefulset/#ordinal-index).
|
||||
[Start ordinal](/docs/concepts/workloads/controllers/statefulset/#start-ordinal).
|
||||
{{< /note >}}
|
||||
|
||||
## Pods in a StatefulSet
|
||||
|
|
Loading…
Reference in New Issue