Skip to content

Commit 22b1bd0

Browse files
authored
Merge pull request #46719 from pwschuurman/kep-3335-stable-docs
Remove StatefulSetStartOrdinal feature gate to target stable in 1.31
2 parents 7e90855 + c5205da commit 22b1bd0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

content/en/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,11 @@ will also add a pod label with this index: `apps.kubernetes.io/pod-index`.
178178

179179
### Start ordinal
180180

181-
{{< feature-state for_k8s_version="v1.27" state="beta" >}}
181+
{{< feature-state feature_gate_name="StatefulSetStartOrdinal" >}}
182182

183183
`.spec.ordinals` is an optional field that allows you to configure the integer
184-
ordinals assigned to each Pod. It defaults to nil. You must enable the
185-
`StatefulSetStartOrdinal`
186-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to
187-
use this field. Once enabled, you can configure the following options:
184+
ordinals assigned to each Pod. It defaults to nil. Within the field, you can
185+
configure the following options:
188186

189187
* `.spec.ordinals.start`: If the `.spec.ordinals.start` field is set, Pods will
190188
be assigned ordinals from `.spec.ordinals.start` up through

content/en/docs/reference/command-line-tools-reference/feature-gates/stateful-set-start-ordinal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.27"
16+
toVersion: "1.30"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.31"
1620
---
1721
Allow configuration of the start ordinal in a
1822
StatefulSet. See

0 commit comments

Comments
 (0)