File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -218,9 +218,10 @@ It redirects all plugin operations from the existing in-tree plugin to the
218
218
` cinder.csi.openstack.org` Container Storage Interface (CSI) Driver.
219
219
[OpenStack Cinder CSI Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
220
220
must be installed on the cluster.
221
- The feature can be disabled by un-setting `CSIMigrationOpenStack` beta feature
222
- gate. When disabled, in-tree Cinder volume plugin will be responsible for
223
- all storage related tasks, as it was in the previous Kubernetes releases.
221
+ You can disable Cinder CSI migration for your cluster by setting the `CSIMigrationOpenStack`
222
+ [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to `false`.
223
+ If you disable the `CSIMigrationOpenStack` feature, the in-tree Cinder volume plugin takes responsibility
224
+ for all aspects of Cinder volume storage management.
224
225
225
226
# ## configMap
226
227
You can’t perform that action at this time.
0 commit comments