Skip to content

Commit f7e5f7c

Browse files
committed
CSI migration of Cinder volume plugin is on by default
Document that OpenStack Cinder CSI migration is enabled by default in Kubernetes 1.21 and that corresponding CSI driver must be installed.
1 parent 74b2a80 commit f7e5f7c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,16 @@ spec:
208208

209209
#### OpenStack CSI migration
210210

211-
{{< feature-state for_k8s_version="v1.18" state="beta" >}}
212-
213-
The `CSIMigration` feature for Cinder, when enabled, redirects all plugin operations
214-
from the existing in-tree plugin to the `cinder.csi.openstack.org` Container
215-
Storage Interface (CSI) Driver. In order to use this feature, the [OpenStack Cinder CSI
216-
Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
217-
must be installed on the cluster and the `CSIMigration` and `CSIMigrationOpenStack`
218-
beta features must be enabled.
211+
{{< feature-state for_k8s_version="v1.21" state="beta" >}}
212+
213+
The `CSIMigration` feature for Cinder is enabled by default in Kubernetes 1.21.
214+
It redirects all plugin operations from the existing in-tree plugin to the
215+
`cinder.csi.openstack.org` Container Storage Interface (CSI) Driver.
216+
[OpenStack Cinder CSI Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
217+
must be installed on the cluster.
218+
The feature can be disabled by un-setting `CSIMigrationOpenStack` beta feature
219+
gate. When disabled, in-tree Cinder volume plugin will be responsible for
220+
all storage related tasks, as it was in the previous Kubernetes releases.
219221

220222
### configMap
221223

0 commit comments

Comments
 (0)