Update docs for StatefulSetAutoDeletePVC beta in 1.27
parent
40a6ff8ad1
commit
407b5af6c3
|
@ -360,7 +360,7 @@ StatefulSet will then begin to recreate the Pods using the reverted template.
|
||||||
|
|
||||||
## PersistentVolumeClaim retention
|
## PersistentVolumeClaim retention
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.23" state="alpha" >}}
|
{{< feature-state for_k8s_version="v1.27" state="beta" >}}
|
||||||
|
|
||||||
The optional `.spec.persistentVolumeClaimRetentionPolicy` field controls if
|
The optional `.spec.persistentVolumeClaimRetentionPolicy` field controls if
|
||||||
and how PVCs are deleted during the lifecycle of a StatefulSet. You must enable the
|
and how PVCs are deleted during the lifecycle of a StatefulSet. You must enable the
|
||||||
|
|
|
@ -191,7 +191,8 @@ For a reference to old feature gates that are removed, please refer to
|
||||||
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | |
|
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | |
|
||||||
| `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 | 1.26 |
|
||||||
|
| `StatefulSetAutoDeletePVC` | `false` | Beta | 1.27 | |
|
||||||
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | 1.26 |
|
| `StatefulSetStartOrdinal` | `false` | Alpha | 1.26 | 1.26 |
|
||||||
| `StatefulSetStartOrdinal` | `true` | Beta | 1.27 | |
|
| `StatefulSetStartOrdinal` | `true` | Beta | 1.27 | |
|
||||||
| `StorageVersionAPI` | `false` | Alpha | 1.20 | |
|
| `StorageVersionAPI` | `false` | Alpha | 1.20 | |
|
||||||
|
|
Loading…
Reference in New Issue