Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keps/sig-storage/1790-recover-resize-failure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ The complete expansion and recovery flow of both control-plane and kubelet is do
## Graduation Criteria

* *Alpha* in 1.23 behind `RecoverExpansionFailure` feature gate with set to a default of `false`.
* *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.
* *Beta* in 1.25: 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.
* *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.

### Test Plan
Expand Down
4 changes: 2 additions & 2 deletions keps/sig-storage/1790-recover-resize-failure/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ see-also:
replaces:
superseded-by:

latest-milestone: "v1.24"
latest-milestone: "v1.25"
stage: "beta"

milestone:
alpha: "v1.23"
beta: "v1.24"
beta: "v1.25"


feature-gates:
Expand Down