Skip to content

Commit f03e3ac

Browse files
committed
follow up csi migration of cinder vol plugin in PR 26992
1 parent 1c42751 commit f03e3ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,10 @@ It redirects all plugin operations from the existing in-tree plugin to the
218218
`cinder.csi.openstack.org` Container Storage Interface (CSI) Driver.
219219
[OpenStack Cinder CSI Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
220220
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+
all aspects of Cinder volume storage management.
224225

225226
### configMap
226227

0 commit comments

Comments
 (0)