File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
concepts/workloads/controllers
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -178,13 +178,11 @@ will also add a pod label with this index: `apps.kubernetes.io/pod-index`.
178
178
179
179
# ## Start ordinal
180
180
181
- {{< feature-state for_k8s_version="v1.27" state="beta " >}}
181
+ {{< feature-state feature_gate_name="StatefulSetStartOrdinal " >}}
182
182
183
183
` .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 :
188
186
189
187
* `.spec.ordinals.start`: If the `.spec.ordinals.start` field is set, Pods will
190
188
be assigned ordinals from `.spec.ordinals.start` up through
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stages:
13
13
- stage : beta
14
14
defaultValue : true
15
15
fromVersion : " 1.27"
16
+ toVersion : " 1.30"
17
+ - stage : stable
18
+ defaultValue : true
19
+ fromVersion : " 1.31"
16
20
---
17
21
Allow configuration of the start ordinal in a
18
22
StatefulSet. See
You can’t perform that action at this time.
0 commit comments