promote HonorPVReclaimPolicy to beta

This commit is contained in:
carlory 2024-06-12 14:44:32 +08:00
parent 43c578fa10
commit 24b51c287f
2 changed files with 5 additions and 1 deletions

View File

@ -248,7 +248,7 @@ However, the particular path specified in the custom recycler Pod template in th
`volumes` part is replaced with the particular path of the volume that is being recycled. `volumes` part is replaced with the particular path of the volume that is being recycled.
### PersistentVolume deletion protection finalizer ### PersistentVolume deletion protection finalizer
{{< feature-state for_k8s_version="v1.23" state="alpha" >}} {{< feature-state feature_gate_name="HonorPVReclaimPolicy" >}}
Finalizers can be added on a PersistentVolume to ensure that PersistentVolumes Finalizers can be added on a PersistentVolume to ensure that PersistentVolumes
having `Delete` reclaim policy are deleted only after the backing storage are deleted. having `Delete` reclaim policy are deleted only after the backing storage are deleted.

View File

@ -9,6 +9,10 @@ stages:
- stage: alpha - stage: alpha
defaultValue: false defaultValue: false
fromVersion: "1.23" fromVersion: "1.23"
toVersion: "1.30"
- stage: beta
defaultValue: true
fromVersion: "1.31"
--- ---
Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering. Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering.
For more details, check the For more details, check the