You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -577,6 +579,25 @@ Enabling this feature should not result in resource usage by significant margin,
577
579
578
580
If expansion is affecting pod startup time or causing other issues. It can be disabled by editing storageclass and setting `allowVolumeExpansion` to `false`.
579
581
582
+
## Graduation Criteria
583
+
584
+
Volume expansion has been in beta for long time and hence already has pretty good mix of unit and e2e tests which
585
+
are being run by a number of CSI and intree drivers. The feature is also actively being used in production clusters.
586
+
587
+
One of the reasons - we have not been able to move this feature to GA is because of, complexity associated in recovering
588
+
from volume expansion failure. In 1.23 we finally moved `RecoverVolumeExpansionFailure` to alpha and hence unblocking volume
589
+
expansion in general.
590
+
591
+
* GA in 1.24 - with volume expansion tests.
592
+
593
+
### Test Plan
594
+
595
+
A test plan will consist of the following tests
596
+
597
+
* E2E tests - for CSI drivers and intree drivers (already done!)
0 commit comments