Merge pull request #39823 from pwschuurman/kep-3335-beta-docs
Update StatefulSetStartOrdinal documentation to target beta in 1.27
This commit is contained in:
commit
29f0dd8094
|
|
@ -160,7 +160,7 @@ pods will be assigned ordinals from 0 up through N-1.
|
||||||
|
|
||||||
### Start ordinal
|
### 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
|
`.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
|
ordinals assigned to each Pod. It defaults to nil. You must enable the
|
||||||
|
|
|
||||||
|
|
@ -189,7 +189,8 @@ For a reference to old feature gates that are removed, please refer to
|
||||||
| `SizeMemoryBackedVolumes` | `false` | Alpha | 1.20 | 1.21 |
|
| `SizeMemoryBackedVolumes` | `false` | Alpha | 1.20 | 1.21 |
|
||||||
| `SizeMemoryBackedVolumes` | `true` | Beta | 1.22 | |
|
| `SizeMemoryBackedVolumes` | `true` | Beta | 1.22 | |
|
||||||
| `StatefulSetAutoDeletePVC` | `false` | Alpha | 1.22 | |
|
| `StatefulSetAutoDeletePVC` | `false` | Alpha | 1.22 | |
|
||||||
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | |
|
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | 1.26 |
|
||||||
|
| `StatefulSetStartOrdinal` | `true` | Beta | 1.27 | |
|
||||||
| `StorageVersionAPI` | `false` | Alpha | 1.20 | |
|
| `StorageVersionAPI` | `false` | Alpha | 1.20 | |
|
||||||
| `StorageVersionHash` | `false` | Alpha | 1.14 | 1.14 |
|
| `StorageVersionHash` | `false` | Alpha | 1.14 | 1.14 |
|
||||||
| `StorageVersionHash` | `true` | Beta | 1.15 | |
|
| `StorageVersionHash` | `true` | Beta | 1.15 | |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue