Skip to content

Commit 41fc5cb

Browse files
authored
Merge pull request #27361 from reylejano/follow-up-csi-migration-openstack-cinder
Follow up to CSI Migration of Cinder Volume Plugin
2 parents 1c42751 + eea1c89 commit 41fc5cb

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+
for all aspects of Cinder volume storage management.
224225

225226
### configMap
226227

0 commit comments

Comments
 (0)