Skip to content

Commit 7d4aa34

Browse files
committed
Promote Portworx CSI migration to Beta in v1.24
This commit adds the details to the KEP for promoting Portworx CSI migration from alpha to beta in v1.24
1 parent 4a4a51b commit 7d4aa34

File tree

3 files changed

+9
-5
lines changed

3 files changed

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

keps/sig-storage/2589-csi-migration-portworx/README.md

Lines changed: 4 additions & 2 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
- CSIMigrationPortworx
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, the in-tree volume
26-
plugin `kubernetes.io/portworx-volume` will be redirect to use the corresponding CSI driver. From a
26+
plugin `kubernetes.io/portworx-volume` will be redirected to use the corresponding CSI driver. From a
2727
user perspective, nothing will be noticed.
2828
- InTreePluginPortworxUnregister
2929
- This flag technically is not part of CSI Migration design. But it happens to be related and helps with
@@ -50,4 +50,6 @@ Major milestones for Portworx in-tree plugin CSI migration:
5050

5151
- 1.23
5252
- Portworx CSI migration to Alpha
53+
- 1.24
54+
- Portworx CSI migration to Beta, off by default
5355

keps/sig-storage/2589-csi-migration-portworx/kep.yaml

Lines changed: 2 additions & 2 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:

0 commit comments

Comments
 (0)