mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #107554 from humblec/feature
Correct the feature gate string for RBD migration.
This commit is contained in:
commit
6f896dec4f
@ -339,7 +339,7 @@ const (
|
|||||||
// alpha: v1.23
|
// alpha: v1.23
|
||||||
//
|
//
|
||||||
// Enables the RBD in-tree driver to RBD CSI Driver migration feature.
|
// Enables the RBD in-tree driver to RBD CSI Driver migration feature.
|
||||||
CSIMigrationRBD featuregate.Feature = "csiMigrationRBD"
|
CSIMigrationRBD featuregate.Feature = "CSIMigrationRBD"
|
||||||
|
|
||||||
// owner: @humblec
|
// owner: @humblec
|
||||||
// alpha: v1.23
|
// alpha: v1.23
|
||||||
|
Loading…
Reference in New Issue
Block a user