promote HonorPVReclaimPolicy to beta
This commit is contained in:
parent
43c578fa10
commit
24b51c287f
|
@ -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.
|
||||
|
||||
### 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
|
||||
having `Delete` reclaim policy are deleted only after the backing storage are deleted.
|
||||
|
|
|
@ -9,6 +9,10 @@ stages:
|
|||
- stage: alpha
|
||||
defaultValue: false
|
||||
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.
|
||||
For more details, check the
|
||||
|
|
Loading…
Reference in New Issue