Skip to content

Commit 29f0dd8

Browse files
authored
Merge pull request #39823 from pwschuurman/kep-3335-beta-docs
Update StatefulSetStartOrdinal documentation to target beta in 1.27
2 parents e2526aa + 6f689fe commit 29f0dd8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pods will be assigned ordinals from 0 up through N-1.
160160

161161
### Start ordinal
162162

163-
{{< feature-state for_k8s_version="v1.26" state="alpha" >}}
163+
{{< feature-state for_k8s_version="v1.27" state="beta" >}}
164164

165165
`.spec.ordinals` is an optional field that allows you to configure the integer
166166
ordinals assigned to each Pod. It defaults to nil. You must enable the

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ For a reference to old feature gates that are removed, please refer to
189189
| `SizeMemoryBackedVolumes` | `false` | Alpha | 1.20 | 1.21 |
190190
| `SizeMemoryBackedVolumes` | `true` | Beta | 1.22 | |
191191
| `StatefulSetAutoDeletePVC` | `false` | Alpha | 1.22 | |
192-
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | |
192+
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | 1.26 |
193+
| `StatefulSetStartOrdinal` | `true` | Beta | 1.27 | |
193194
| `StorageVersionAPI` | `false` | Alpha | 1.20 | |
194195
| `StorageVersionHash` | `false` | Alpha | 1.14 | 1.14 |
195196
| `StorageVersionHash` | `true` | Beta | 1.15 | |

0 commit comments

Comments
 (0)