Skip to content

Commit ee93291

Browse files
authored
Merge pull request #49092 from scraly/patch-2
feat: the RecoverVolumeExpansionFailure feature flag is in Beta stage since 1.32
2 parents 2c4497f + b7e4fd2 commit ee93291

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/recover-volume-expansion-failure.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.31"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.32"
1216
---
1317
Enables users to edit their PVCs to smaller
1418
sizes so as they can recover from previously issued volume expansion failures.

0 commit comments

Comments
 (0)