lock CSIMigrationAzureDisk feature gate to default

This commit is contained in:
Andy Zhang
2022-06-09 21:23:51 +08:00
committed by GitHub
parent 27dfc63691
commit a65030fdaf

View File

@@ -821,7 +821,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
CSIMigrationAWS: {Default: true, PreRelease: featuregate.Beta},
CSIMigrationAzureDisk: {Default: true, PreRelease: featuregate.GA}, // On by default in 1.23 (requires Azure Disk CSI driver)
CSIMigrationAzureDisk: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // On by default in 1.23 (requires Azure Disk CSI driver)
CSIMigrationAzureFile: {Default: true, PreRelease: featuregate.Beta}, // On by default in 1.24 (requires Azure File CSI driver)