From 6474d77d4fd97014063469ac33f416a930518136 Mon Sep 17 00:00:00 2001 From: Peter Schuurman Date: Mon, 28 Nov 2022 03:58:57 -0800 Subject: [PATCH] Rename docs section for StatefulSetStartOrdinal to 'Start ordinal' --- content/en/docs/concepts/workloads/controllers/statefulset.md | 2 +- .../reference/command-line-tools-reference/feature-gates.md | 2 +- .../docs/tutorials/stateful-application/basic-stateful-set.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/workloads/controllers/statefulset.md b/content/en/docs/concepts/workloads/controllers/statefulset.md index 44a20e93c3..bfe29e81a8 100644 --- a/content/en/docs/concepts/workloads/controllers/statefulset.md +++ b/content/en/docs/concepts/workloads/controllers/statefulset.md @@ -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. -Start Ordinal +### Start ordinal {{< feature-state for_k8s_version="v1.26" state="alpha" >}} diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 660c2cd17c..4e4278d1e8 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -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). diff --git a/content/en/docs/tutorials/stateful-application/basic-stateful-set.md b/content/en/docs/tutorials/stateful-application/basic-stateful-set.md index 37853ec6bd..c78ac76fff 100644 --- a/content/en/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/content/en/docs/tutorials/stateful-application/basic-stateful-set.md @@ -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