Merge pull request #31349 from humblec/csiMigration

mention the correct feature gate name for RBD CSI migration.
This commit is contained in:
Kubernetes Prow Robot
2022-01-17 12:46:49 -08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -858,7 +858,7 @@ operations from the existing in-tree plugin to the `rbd.csi.ceph.com` {{<
glossary_tooltip text="CSI" term_id="csi" >}} driver. In order to use this
feature, the
[Ceph CSI driver](https://github.com/ceph/ceph-csi)
must be installed on the cluster and the `CSIMigration` and `CSIMigrationRBD`
must be installed on the cluster and the `CSIMigration` and `csiMigrationRBD`
[feature gates](/docs/reference/command-line-tools-reference/feature-gates/)
must be enabled.