File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
reference/command-line-tools-reference Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -219,17 +219,17 @@ spec:
219
219
220
220
# ### OpenStack CSI migration
221
221
222
- {{< feature-state for_k8s_version="v1.21 " state="beta " >}}
222
+ {{< feature-state for_k8s_version="v1.24 " state="stable " >}}
223
223
224
- The `CSIMigration` feature for Cinder is enabled by default in Kubernetes 1.21.
224
+ The `CSIMigration` feature for Cinder is enabled by default since Kubernetes 1.21.
225
225
It redirects all plugin operations from the existing in-tree plugin to the
226
226
` cinder.csi.openstack.org` Container Storage Interface (CSI) Driver.
227
227
[OpenStack Cinder CSI Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
228
228
must be installed on the cluster.
229
- You can disable Cinder CSI migration for your cluster by setting the `CSIMigrationOpenStack`
230
- [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to `false`.
231
- If you disable the `CSIMigrationOpenStack` feature, the in-tree Cinder volume plugin takes responsibility
232
- for all aspects of Cinder volume storage management .
229
+
230
+ To disable the in-tree Cinder plugin from being loaded by the controller manager
231
+ and the kubelet, you can enable the `InTreePluginOpenStackUnregister`
232
+ [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) .
233
233
234
234
# ## configMap
235
235
Original file line number Diff line number Diff line change @@ -85,8 +85,6 @@ different Kubernetes components.
85
85
| ` CSIMigrationGCE ` | ` false ` | Alpha | 1.14 | 1.16 |
86
86
| ` CSIMigrationGCE ` | ` false ` | Beta | 1.17 | 1.22 |
87
87
| ` CSIMigrationGCE ` | ` true ` | Beta | 1.23 | |
88
- | ` CSIMigrationOpenStack ` | ` false ` | Alpha | 1.14 | 1.17 |
89
- | ` CSIMigrationOpenStack ` | ` true ` | Beta | 1.18 | |
90
88
| ` CSIMigrationvSphere ` | ` false ` | Beta | 1.19 | |
91
89
| ` CSIMigrationPortworx ` | ` false ` | Alpha | 1.23 | |
92
90
| ` csiMigrationRBD ` | ` false ` | Alpha | 1.23 | |
@@ -251,6 +249,9 @@ different Kubernetes components.
251
249
| ` CSIMigrationAzureFileComplete ` | - | Deprecated | 1.21 | - |
252
250
| ` CSIMigrationGCEComplete ` | ` false ` | Alpha | 1.17 | 1.20 |
253
251
| ` CSIMigrationGCEComplete ` | - | Deprecated | 1.21 | - |
252
+ | ` CSIMigrationOpenStack ` | ` false ` | Alpha | 1.14 | 1.17 |
253
+ | ` CSIMigrationOpenStack ` | ` true ` | Beta | 1.18 | 1.23 |
254
+ | ` CSIMigrationOpenStack ` | ` true ` | GA | 1.24 | |
254
255
| ` CSIMigrationOpenStackComplete ` | ` false ` | Alpha | 1.17 | 1.20 |
255
256
| ` CSIMigrationOpenStackComplete ` | - | Deprecated | 1.21 | - |
256
257
| ` CSIMigrationvSphereComplete ` | ` false ` | Beta | 1.19 | 1.21 |
You can’t perform that action at this time.
0 commit comments