Merge pull request #27361 from reylejano/follow-up-csi-migration-openstack-cinder

Follow up to CSI Migration of Cinder Volume Plugin
This commit is contained in:
Kubernetes Prow Robot
2021-03-31 11:33:22 -07:00
committed by GitHub
+4 -3
View File
@@ -218,9 +218,10 @@ It redirects all plugin operations from the existing in-tree plugin to the
`cinder.csi.openstack.org` Container Storage Interface (CSI) Driver. `cinder.csi.openstack.org` Container Storage Interface (CSI) Driver.
[OpenStack Cinder CSI Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md) [OpenStack Cinder CSI Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
must be installed on the cluster. must be installed on the cluster.
The feature can be disabled by un-setting `CSIMigrationOpenStack` beta feature You can disable Cinder CSI migration for your cluster by setting the `CSIMigrationOpenStack`
gate. When disabled, in-tree Cinder volume plugin will be responsible for [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to `false`.
all storage related tasks, as it was in the previous Kubernetes releases. If you disable the `CSIMigrationOpenStack` feature, the in-tree Cinder volume plugin takes responsibility
for all aspects of Cinder volume storage management.
### configMap ### configMap