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
@@ -108,7 +108,7 @@ As part of this proposal, we are mainly proposing three changes:
108
108
- NodeExpansionFailed // state set when expansion has failed in kubelet with a terminal error. Transient errors don't set NodeExpansionFailed.
109
109
3. Update quota code to use `max(pvc.Spec.Resources, pvc.Status.AllocatedResources)` when evaluating usage for PVC.
110
110
111
-
### Making resizeStatus more general in v1.27
111
+
### Making resizeStatus more general in v1.28
112
112
113
113
After some discussion with sig-storage folks and to accommodate changes coming from https://github.com/kubernetes/enhancements/issues/3751 we are proposing that we rename `pvc.Status.ResizeStatus` to `pvc.Status.AllocatedResourceStatus` and make it a map.
114
114
@@ -268,9 +268,8 @@ The complete expansion and recovery flow of both control-plane and kubelet is do
268
268
269
269
## Graduation Criteria
270
270
271
-
**Alpha* in 1.23 behind `RecoverExpansionFailure` feature gate with set to a default of `false`.
272
-
**Beta* in 1.24: Since this feature is part of general `ExpandPersistentVolumes` feature which is in beta, we are going to move this to beta with enhanced e2e and more stability improvements.
273
-
**GA* in 1.26 along with `ExpandPersistentvolumes` feature. The list of issues for volume expansion going GA can be found at - https://github.com/orgs/kubernetes-csi/projects/12.
271
+
**Alpha* in 1.23 behind `RecoverVolumeExpansionFailure` feature gate with set to a default of `false`.
272
+
**Beta* in 1.29: We are going to move this to beta with enhanced e2e and more stability improvements.
274
273
275
274
### Test Plan
276
275
@@ -288,7 +287,7 @@ The complete expansion and recovery flow of both control-plane and kubelet is do
288
287
289
288
***How can this feature be enabled / disabled in a live cluster?**
290
289
-[x] Feature gate (also fill in values in `kep.yaml`)
0 commit comments