Skip to content

Commit 1c42751

Browse files
authored
Merge pull request #26992 from jsafrane/cinder-migration-on
CSI migration of Cinder volume plugin is on by default
2 parents c8acfdd + f7e5f7c commit 1c42751

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,16 @@ spec:
211211

212212
#### OpenStack CSI migration
213213

214-
{{< feature-state for_k8s_version="v1.18" state="beta" >}}
214+
{{< feature-state for_k8s_version="v1.21" state="beta" >}}
215215

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.
222224

223225
### configMap
224226

0 commit comments

Comments
 (0)