File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
prod-readiness/sig-storage
sig-storage/2923-csi-migration-ceph-rbd Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
kep-number : 2923
2
2
alpha :
3
- approver : " @ehashman"
3
+ approver : " @ehashman"
4
+ beta :
5
+ approver : " @ehashman"
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ This document present as a vendor specific KEP for the parent KEP
16
16
[ CSI Migration] ( https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/625-csi-migration )
17
17
18
18
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.
20
20
21
21
### New Feature Gates
22
22
23
23
- CSIMigrationRbd
24
24
- As describe in [ CSI Migration] ( https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/625-csi-migration ) ,
25
25
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
27
27
user perspective, nothing will be noticed.
28
28
- InTreePluginRbdUnregister
29
29
- 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
49
49
Major milestones for Ceph RBD in-tree plugin CSI migration:
50
50
51
51
- 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
53
55
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ prr-approvers:
22
22
replaces :
23
23
24
24
# The target maturity stage in the current dev cycle for this KEP.
25
- stage : alpha
25
+ stage : beta
26
26
27
27
# The most recent milestone for which work toward delivery of this KEP has been
28
28
# done. This can be the current (upcoming) milestone, if it is being actively
29
29
# worked on.
30
- latest-milestone : " v1.23 "
30
+ latest-milestone : " v1.24 "
31
31
32
32
# The milestone at which this feature was, or is targeted to be, at each stage.
33
33
milestone :
@@ -51,4 +51,4 @@ feature-gates:
51
51
# The following PRR answers are required at beta release
52
52
metrics :
53
53
- csi_sidecar_duration_operation
54
- - storage_operation_duration_seconds
54
+ - storage_operation_duration_seconds
You can’t perform that action at this time.
0 commit comments