Skip to content

Commit a08c623

Browse files
authored
Merge pull request kubernetes#3122 from humblec/promote-to-beta
KEP-2923: adding beta graduation criteria
2 parents 074f26e + b0b6650 commit a08c623

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 2923
22
alpha:
3-
approver: "@ehashman"
3+
approver: "@ehashman"
4+
beta:
5+
approver: "@ehashman"

keps/sig-storage/2923-csi-migration-ceph-rbd/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ This document present as a vendor specific KEP for the parent KEP
1616
[CSI Migration](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/625-csi-migration)
1717

1818
This inherits all the contents from its parent KEP. It will introduce two new feature gates to be
19-
used as as described in its parent KEP. For all other contents, please refer to the parent KEP.
19+
used as described in its parent KEP. For all other contents, please refer to the parent KEP.
2020

2121
### New Feature Gates
2222

2323
- CSIMigrationRbd
2424
- As describe in [CSI Migration](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/625-csi-migration),
2525
when this feature flag && the `CSIMigration` is enabled at the same time, all operations related to the
26-
in-tree volume plugin `kubernetes.io/rbd` will be redirect to use the corresponding CSI driver. From a
26+
in-tree volume plugin `kubernetes.io/rbd` will be redirected to use the corresponding CSI driver. From a
2727
user perspective, nothing will be noticed.
2828
- InTreePluginRbdUnregister
2929
- This flag technically is not part of CSI Migration design. But it happens to be related and helps with
@@ -49,5 +49,7 @@ Major milestones in the life cycle of a KEP should be tracked in `Implementation
4949
Major milestones for Ceph RBD in-tree plugin CSI migration:
5050

5151
- 1.23
52-
- CephRBD CSI migration to Alpha
52+
- Ceph RBD CSI migration to Alpha
53+
- 1.24
54+
- Ceph RBD CSI migration to Beta, off by default
5355

keps/sig-storage/2923-csi-migration-ceph-rbd/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ prr-approvers:
2222
replaces:
2323

2424
# The target maturity stage in the current dev cycle for this KEP.
25-
stage: alpha
25+
stage: beta
2626

2727
# The most recent milestone for which work toward delivery of this KEP has been
2828
# done. This can be the current (upcoming) milestone, if it is being actively
2929
# worked on.
30-
latest-milestone: "v1.23"
30+
latest-milestone: "v1.24"
3131

3232
# The milestone at which this feature was, or is targeted to be, at each stage.
3333
milestone:
@@ -51,4 +51,4 @@ feature-gates:
5151
# The following PRR answers are required at beta release
5252
metrics:
5353
- csi_sidecar_duration_operation
54-
- storage_operation_duration_seconds
54+
- storage_operation_duration_seconds

0 commit comments

Comments
 (0)