File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -211,14 +211,16 @@ spec:
211
211
212
212
# ### OpenStack CSI migration
213
213
214
- {{< feature-state for_k8s_version="v1.18 " state="beta" >}}
214
+ {{< feature-state for_k8s_version="v1.21 " state="beta" >}}
215
215
216
- The `CSIMigration` feature for Cinder, when enabled, redirects all plugin operations
217
- from the existing in-tree plugin to the `cinder.csi.openstack.org` Container
218
- Storage Interface (CSI) Driver. In order to use this feature, the [OpenStack Cinder CSI
219
- Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
220
- must be installed on the cluster and the `CSIMigration` and `CSIMigrationOpenStack`
221
- beta features must be enabled.
216
+ The `CSIMigration` feature for Cinder is enabled by default in Kubernetes 1.21.
217
+ It redirects all plugin operations from the existing in-tree plugin to the
218
+ ` cinder.csi.openstack.org` Container Storage Interface (CSI) Driver.
219
+ [OpenStack Cinder CSI Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
220
+ 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.
222
224
223
225
# ## configMap
224
226
You can’t perform that action at this time.
0 commit comments