Skip to content

Commit

Permalink
promote HonorPVReclaimPolicy to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
carlory committed Jun 12, 2024
1 parent 43c578f commit 24b51c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24b51c2

Please sign in to comment.