We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edf6a64 + e8eb812 commit bd06a20Copy full SHA for bd06a20
content/en/docs/reference/command-line-tools-reference/feature-gates/HonorPVReclaimPolicy.md
@@ -13,6 +13,10 @@ stages:
13
- stage: beta
14
defaultValue: true
15
fromVersion: "1.31"
16
+ toVersion: "1.32"
17
+ - stage: stable
18
+ defaultValue: true
19
+ fromVersion: "1.33"
20
---
21
Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering.
22
For more details, check the
0 commit comments