Skip to content

Commit a39eeda

Browse files
committed
feat: azure disk and azure file migration go beta
fix comments
1 parent 32113f6 commit a39eeda

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
@@ -383,6 +383,7 @@ const (
383383

384384
// owner: @andyzhangx
385385
// alpha: v1.15
386+
// beta: v1.19
386387
//
387388
// Enables the Azure Disk in-tree driver to Azure Disk Driver migration feature.
388389
CSIMigrationAzureDisk featuregate.Feature = "CSIMigrationAzureDisk"
@@ -623,7 +624,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
623624
CSIMigrationGCEComplete: {Default: false, PreRelease: featuregate.Alpha},
624625
CSIMigrationAWS: {Default: false, PreRelease: featuregate.Beta}, // Off by default (requires AWS EBS CSI driver)
625626
CSIMigrationAWSComplete: {Default: false, PreRelease: featuregate.Alpha},
626-
CSIMigrationAzureDisk: {Default: false, PreRelease: featuregate.Alpha},
627+
CSIMigrationAzureDisk: {Default: false, PreRelease: featuregate.Beta}, // Off by default (requires Azure Disk CSI driver)
627628
CSIMigrationAzureDiskComplete: {Default: false, PreRelease: featuregate.Alpha},
628629
CSIMigrationAzureFile: {Default: false, PreRelease: featuregate.Alpha},
629630
CSIMigrationAzureFileComplete: {Default: false, PreRelease: featuregate.Alpha},

0 commit comments

Comments
 (0)