File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
reference/command-line-tools-reference Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ operations from the existing in-tree plugin to the `rbd.csi.ceph.com` {{<
858
858
glossary_tooltip text="CSI" term_id="csi" >}} driver. In order to use this
859
859
feature, the
860
860
[Ceph CSI driver](https://github.com/ceph/ceph-csi)
861
- must be installed on the cluster and the `CSIMigration` and `CSIMigrationRBD `
861
+ must be installed on the cluster and the `CSIMigration` and `csiMigrationRBD `
862
862
[feature gates](/docs/reference/command-line-tools-reference/feature-gates/)
863
863
must be enabled.
864
864
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ different Kubernetes components.
88
88
| ` CSIMigrationOpenStack ` | ` true ` | Beta | 1.18 | |
89
89
| ` CSIMigrationvSphere ` | ` false ` | Beta | 1.19 | |
90
90
| ` CSIMigrationPortworx ` | ` false ` | Alpha | 1.23 | |
91
- | ` CSIMigrationRBD ` | ` false ` | Alpha | 1.23 | |
91
+ | ` csiMigrationRBD ` | ` false ` | Alpha | 1.23 | |
92
92
| ` CSIStorageCapacity ` | ` false ` | Alpha | 1.19 | 1.20 |
93
93
| ` CSIStorageCapacity ` | ` true ` | Beta | 1.21 | |
94
94
| ` CSIVolumeHealth ` | ` false ` | Alpha | 1.21 | |
@@ -653,9 +653,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
653
653
operations from the GCE-PD in-tree plugin to PD CSI plugin. Supports falling
654
654
back to in-tree GCE plugin if a node does not have PD CSI plugin installed and
655
655
configured. Requires CSIMigration feature flag enabled.
656
- - ` CSIMigrationRBD ` : Enables shims and translation logic to route volume
656
+ - ` csiMigrationRBD ` : Enables shims and translation logic to route volume
657
657
operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires
658
- CSIMigration and CSIMigrationRBD feature flags enabled and Ceph CSI plugin
658
+ CSIMigration and csiMigrationRBD feature flags enabled and Ceph CSI plugin
659
659
installed and configured in the cluster. This flag has been deprecated in
660
660
favor of the
661
661
` InTreePluginRBDUnregister ` feature flag which prevents the registration of
You can’t perform that action at this time.
0 commit comments