Skip to content

Commit 2d13b97

Browse files
author
Cheng Pan
committed
Flip CSIMigrationAWS flag to be beta and off by default
1 parent 581d3e2 commit 2d13b97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/features/kube_features.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ const (
398398

399399
// owner: @leakingtapan
400400
// alpha: v1.14
401+
// beta: v1.17
401402
//
402403
// Enables the AWS EBS in-tree driver to AWS EBS CSI Driver migration feature.
403404
CSIMigrationAWS featuregate.Feature = "CSIMigrationAWS"
@@ -588,7 +589,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
588589
CSIMigration: {Default: false, PreRelease: featuregate.Alpha},
589590
CSIMigrationGCE: {Default: false, PreRelease: featuregate.Alpha},
590591
CSIMigrationGCEComplete: {Default: false, PreRelease: featuregate.Alpha},
591-
CSIMigrationAWS: {Default: false, PreRelease: featuregate.Alpha},
592+
CSIMigrationAWS: {Default: false, PreRelease: featuregate.Beta}, // Off by default (requires AWS EBS CSI driver)
592593
CSIMigrationAWSComplete: {Default: false, PreRelease: featuregate.Alpha},
593594
CSIMigrationAzureDisk: {Default: false, PreRelease: featuregate.Alpha},
594595
CSIMigrationAzureDiskComplete: {Default: false, PreRelease: featuregate.Alpha},

0 commit comments

Comments
 (0)