Skip to content

Commit 602f1c9

Browse files
authored
Merge pull request #32495 from tengqm/csi-openstack-mig-ga
CSIMigrationOpenStack will be GA in 1.24
2 parents b91618b + 8fe2f0b commit 602f1c9

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,17 +219,17 @@ spec:
219219

220220
#### OpenStack CSI migration
221221

222-
{{< feature-state for_k8s_version="v1.21" state="beta" >}}
222+
{{< feature-state for_k8s_version="v1.24" state="stable" >}}
223223

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.
225225
It redirects all plugin operations from the existing in-tree plugin to the
226226
`cinder.csi.openstack.org` Container Storage Interface (CSI) Driver.
227227
[OpenStack Cinder CSI Driver](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md)
228228
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/).
233233

234234
### configMap
235235

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ different Kubernetes components.
8585
| `CSIMigrationGCE` | `false` | Alpha | 1.14 | 1.16 |
8686
| `CSIMigrationGCE` | `false` | Beta | 1.17 | 1.22 |
8787
| `CSIMigrationGCE` | `true` | Beta | 1.23 | |
88-
| `CSIMigrationOpenStack` | `false` | Alpha | 1.14 | 1.17 |
89-
| `CSIMigrationOpenStack` | `true` | Beta | 1.18 | |
9088
| `CSIMigrationvSphere` | `false` | Beta | 1.19 | |
9189
| `CSIMigrationPortworx` | `false` | Alpha | 1.23 | |
9290
| `csiMigrationRBD` | `false` | Alpha | 1.23 | |
@@ -251,6 +249,9 @@ different Kubernetes components.
251249
| `CSIMigrationAzureFileComplete` | - | Deprecated | 1.21 | - |
252250
| `CSIMigrationGCEComplete` | `false` | Alpha | 1.17 | 1.20 |
253251
| `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 | |
254255
| `CSIMigrationOpenStackComplete` | `false` | Alpha | 1.17 | 1.20 |
255256
| `CSIMigrationOpenStackComplete` | - | Deprecated | 1.21 | - |
256257
| `CSIMigrationvSphereComplete` | `false` | Beta | 1.19 | 1.21 |

0 commit comments

Comments
 (0)