File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ const (
429
429
430
430
// owner: @adisky
431
431
// alpha: v1.14
432
+ // beta: v1.18
432
433
//
433
434
// Enables the OpenStack Cinder in-tree driver to OpenStack Cinder CSI Driver migration feature.
434
435
CSIMigrationOpenStack featuregate.Feature = "CSIMigrationOpenStack"
@@ -583,7 +584,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
583
584
CSIMigrationAzureFile : {Default : false , PreRelease : featuregate .Alpha },
584
585
CSIMigrationAzureFileComplete : {Default : false , PreRelease : featuregate .Alpha },
585
586
RunAsGroup : {Default : true , PreRelease : featuregate .Beta },
586
- CSIMigrationOpenStack : {Default : false , PreRelease : featuregate .Alpha },
587
+ CSIMigrationOpenStack : {Default : false , PreRelease : featuregate .Beta }, // Off by default (requires OpenStack Cinder CSI driver)
587
588
CSIMigrationOpenStackComplete : {Default : false , PreRelease : featuregate .Alpha },
588
589
VolumeSubpath : {Default : true , PreRelease : featuregate .GA },
589
590
BalanceAttachedNodeVolumes : {Default : false , PreRelease : featuregate .Alpha },
You can’t perform that action at this time.
0 commit comments