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 @@ -460,6 +460,7 @@ const (
460
460
461
461
// owner: @adisky
462
462
// alpha: v1.14
463
+ // beta: v1.18
463
464
//
464
465
// Enables the OpenStack Cinder in-tree driver to OpenStack Cinder CSI Driver migration feature.
465
466
CSIMigrationOpenStack featuregate.Feature = "CSIMigrationOpenStack"
@@ -604,7 +605,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
604
605
CSIMigrationAzureFile : {Default : false , PreRelease : featuregate .Alpha },
605
606
CSIMigrationAzureFileComplete : {Default : false , PreRelease : featuregate .Alpha },
606
607
RunAsGroup : {Default : true , PreRelease : featuregate .Beta },
607
- CSIMigrationOpenStack : {Default : false , PreRelease : featuregate .Alpha },
608
+ CSIMigrationOpenStack : {Default : false , PreRelease : featuregate .Beta }, // Off by default (requires OpenStack Cinder CSI driver)
608
609
CSIMigrationOpenStackComplete : {Default : false , PreRelease : featuregate .Alpha },
609
610
VolumeSubpath : {Default : true , PreRelease : featuregate .GA },
610
611
BalanceAttachedNodeVolumes : {Default : false , PreRelease : featuregate .Alpha },
You can’t perform that action at this time.
0 commit comments