Skip to content

Commit

Permalink
Update KEP-3335 documentation for beta in 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
pwschuurman committed Mar 7, 2023
1 parent a6b1df5 commit 4982560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pods will be assigned ordinals from 0 up through N-1.

### Start ordinal

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

`.spec.ordinals` is an optional field that allows you to configure the integer
ordinals assigned to each Pod. It defaults to nil. You must enable the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ For a reference to old feature gates that are removed, please refer to
| `SizeMemoryBackedVolumes` | `false` | Alpha | 1.20 | 1.21 |
| `SizeMemoryBackedVolumes` | `true` | Beta | 1.22 | |
| `StatefulSetAutoDeletePVC` | `false` | Alpha | 1.22 | |
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | |
| `StatefulSetStartOrdinal` | `true` | Beta | 1.27 | |
| `StorageVersionAPI` | `false` | Alpha | 1.20 | |
| `StorageVersionHash` | `false` | Alpha | 1.14 | 1.14 |
| `StorageVersionHash` | `true` | Beta | 1.15 | |
Expand Down

0 comments on commit 4982560

Please sign in to comment.