File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -208,14 +208,16 @@ spec:
208
208
209
209
# ### OpenStack CSI migration
210
210
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.
219
221
220
222
# ## configMap
221
223
You can’t perform that action at this time.
0 commit comments