Skip to content

Commit 9abefab

Browse files
committed
mention the correct feature gate name for RBD CSI migration.
The feature gate string (CSIMigrationRBD) was not matching with the implementation (csiMigrationRBD) and this commit make it in parity Ref# kubernetes/kubernetes#107571 Signed-off-by: Humble Chirammal <[email protected]>
1 parent 312853c commit 9abefab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ operations from the existing in-tree plugin to the `rbd.csi.ceph.com` {{<
858858
glossary_tooltip text="CSI" term_id="csi" >}} driver. In order to use this
859859
feature, the
860860
[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`
862862
[feature gates](/docs/reference/command-line-tools-reference/feature-gates/)
863863
must be enabled.
864864

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ different Kubernetes components.
8888
| `CSIMigrationOpenStack` | `true` | Beta | 1.18 | |
8989
| `CSIMigrationvSphere` | `false` | Beta | 1.19 | |
9090
| `CSIMigrationPortworx` | `false` | Alpha | 1.23 | |
91-
| `CSIMigrationRBD` | `false` | Alpha | 1.23 | |
91+
| `csiMigrationRBD` | `false` | Alpha | 1.23 | |
9292
| `CSIStorageCapacity` | `false` | Alpha | 1.19 | 1.20 |
9393
| `CSIStorageCapacity` | `true` | Beta | 1.21 | |
9494
| `CSIVolumeHealth` | `false` | Alpha | 1.21 | |
@@ -653,9 +653,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
653653
operations from the GCE-PD in-tree plugin to PD CSI plugin. Supports falling
654654
back to in-tree GCE plugin if a node does not have PD CSI plugin installed and
655655
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
657657
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
659659
installed and configured in the cluster. This flag has been deprecated in
660660
favor of the
661661
`InTreePluginRBDUnregister` feature flag which prevents the registration of

0 commit comments

Comments
 (0)