Skip to content

Commit 24b51c2

Browse files
committed
promote HonorPVReclaimPolicy to beta
1 parent 43c578f commit 24b51c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ However, the particular path specified in the custom recycler Pod template in th
248248
`volumes` part is replaced with the particular path of the volume that is being recycled.
249249

250250
### PersistentVolume deletion protection finalizer
251-
{{< feature-state for_k8s_version="v1.23" state="alpha" >}}
251+
{{< feature-state feature_gate_name="HonorPVReclaimPolicy" >}}
252252

253253
Finalizers can be added on a PersistentVolume to ensure that PersistentVolumes
254254
having `Delete` reclaim policy are deleted only after the backing storage are deleted.

content/en/docs/reference/command-line-tools-reference/feature-gates/honor-pv-reclaim-policy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.23"
12+
toVersion: "1.30"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.31"
1216
---
1317
Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering.
1418
For more details, check the

0 commit comments

Comments
 (0)