From f03e3aca6299c196d50bc157d47cc9be3762b9d4 Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Wed, 31 Mar 2021 09:04:37 -0700 Subject: [PATCH 1/2] follow up csi migration of cinder vol plugin in PR 26992 --- content/en/docs/concepts/storage/volumes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index cadcdfd1b5..696e03254e 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -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. [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. -The feature can be disabled by un-setting `CSIMigrationOpenStack` beta feature -gate. When disabled, in-tree Cinder volume plugin will be responsible for -all storage related tasks, as it was in the previous Kubernetes releases. +You can disable Cinder CSI migration for your cluster by setting the `CSIMigrationOpenStack` +[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to `false`. +If you disable the `CSIMigrationOpenStack` feature, the in-tree Cinder volume plugin takes responsibility +all aspects of Cinder volume storage management. ### configMap From eea1c895acc3dd1941d72bf8ca42fcb87a7fd7c5 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 31 Mar 2021 19:31:02 +0100 Subject: [PATCH 2/2] Reinstate missing word --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 696e03254e..1386e836d6 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -221,7 +221,7 @@ must be installed on the cluster. You can disable Cinder CSI migration for your cluster by setting the `CSIMigrationOpenStack` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to `false`. If you disable the `CSIMigrationOpenStack` feature, the in-tree Cinder volume plugin takes responsibility -all aspects of Cinder volume storage management. +for all aspects of Cinder volume storage management. ### configMap