Skip to content

Commit ef745a0

Browse files
authored
Merge pull request #32624 from tengqm/AzureDiskCSIMigration-ga
Update AzureDiskCSIMigration to GA
2 parents 55a99e6 + 441a68c commit ef745a0

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,13 @@ For more details, see the [`azureDisk` volume plugin](https://github.com/kuberne
143143

144144
#### azureDisk CSI migration
145145

146-
{{< feature-state for_k8s_version="v1.19" state="beta" >}}
146+
{{< feature-state for_k8s_version="v1.24" state="stable" >}}
147147

148148
The `CSIMigration` feature for `azureDisk`, when enabled, redirects all plugin operations
149149
from the existing in-tree plugin to the `disk.csi.azure.com` Container
150-
Storage Interface (CSI) Driver. In order to use this feature, the [Azure Disk CSI
151-
Driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver)
152-
must be installed on the cluster and the `CSIMigration` and `CSIMigrationAzureDisk`
153-
features must be enabled.
150+
Storage Interface (CSI) Driver. In order to use this feature, the
151+
[Azure Disk CSI Driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver)
152+
must be installed on the cluster and the `CSIMigration` feature must be enabled.
154153

155154
### azureFile {#azurefile}
156155

@@ -170,7 +169,8 @@ Driver](https://github.com/kubernetes-sigs/azurefile-csi-driver)
170169
must be installed on the cluster and the `CSIMigration` and `CSIMigrationAzureFile`
171170
[feature gates](/docs/reference/command-line-tools-reference/feature-gates/) must be enabled.
172171

173-
Azure File CSI driver does not support using same volume with different fsgroups, if Azurefile CSI migration is enabled, using same volume with different fsgroups won't be supported at all.
172+
Azure File CSI driver does not support using same volume with different fsgroups. If
173+
`CSIMigrationAzureFile` is enabled, using same volume with different fsgroups won't be supported at all.
174174

175175
### cephfs
176176

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ different Kubernetes components.
7878
| `CSIMigrationAWS` | `false` | Alpha | 1.14 | |
7979
| `CSIMigrationAWS` | `false` | Beta | 1.17 | 1.22 |
8080
| `CSIMigrationAWS` | `true` | Beta | 1.23 | |
81-
| `CSIMigrationAzureDisk` | `false` | Alpha | 1.15 | 1.18 |
82-
| `CSIMigrationAzureDisk` | `false` | Beta | 1.19 | 1.22 |
83-
| `CSIMigrationAzureDisk` | `true` | Beta | 1.23 | |
8481
| `CSIMigrationAzureFile` | `false` | Alpha | 1.15 | 1.19 |
8582
| `CSIMigrationAzureFile` | `false` | Beta | 1.21 | |
8683
| `CSIMigrationGCE` | `false` | Alpha | 1.14 | 1.16 |
@@ -239,6 +236,10 @@ different Kubernetes components.
239236
| `CSIDriverRegistry` | `true` | GA | 1.18 | |
240237
| `CSIMigrationAWSComplete` | `false` | Alpha | 1.17 | 1.20 |
241238
| `CSIMigrationAWSComplete` | - | Deprecated | 1.21 | - |
239+
| `CSIMigrationAzureDisk` | `false` | Alpha | 1.15 | 1.18 |
240+
| `CSIMigrationAzureDisk` | `false` | Beta | 1.19 | 1.22 |
241+
| `CSIMigrationAzureDisk` | `true` | Beta | 1.23 | 1.23 |
242+
| `CSIMigrationAzureDisk` | `true` | GA | 1.24 | |
242243
| `CSIMigrationAzureDiskComplete` | `false` | Alpha | 1.17 | 1.20 |
243244
| `CSIMigrationAzureDiskComplete` | - | Deprecated | 1.21 | - |
244245
| `CSIMigrationAzureFileComplete` | `false` | Alpha | 1.17 | 1.20 |

0 commit comments

Comments
 (0)