Skip to content

Commit a8d1568

Browse files
authored
feat: the RecoverVolumeExpansionFailure feature flag is in Beta stage since 1.32
1 parent 12be029 commit a8d1568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/recover-volume-expansion-failure.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.23"
12+
- stage: beta
13+
defaultValue: true
14+
fromVersion: "1.32"
1215
---
1316
Enables users to edit their PVCs to smaller
1417
sizes so as they can recover from previously issued volume expansion failures.

0 commit comments

Comments
 (0)