Skip to content

Commit bd06a20

Browse files
authored
Merge pull request #49405 from carlory/HonorPVReclaimPolicy
mark HonorPVReclaimPolicy as stable
2 parents edf6a64 + e8eb812 commit bd06a20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/HonorPVReclaimPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.31"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721
Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering.
1822
For more details, check the

0 commit comments

Comments
 (0)