Update Azure disk feature gates for 1.19 beta
This commit is contained in:
@@ -173,14 +173,14 @@ More details can be found [here](https://github.com/kubernetes/examples/tree/{{<
|
|||||||
|
|
||||||
#### CSI Migration
|
#### CSI Migration
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.15" state="alpha" >}}
|
{{< feature-state for_k8s_version="v1.19" state="beta" >}}
|
||||||
|
|
||||||
The CSI Migration feature for azureDisk, when enabled, shims all plugin operations
|
The CSI Migration feature for azureDisk, when enabled, shims all plugin operations
|
||||||
from the existing in-tree plugin to the `disk.csi.azure.com` Container
|
from the existing in-tree plugin to the `disk.csi.azure.com` Container
|
||||||
Storage Interface (CSI) Driver. In order to use this feature, the [Azure Disk CSI
|
Storage Interface (CSI) Driver. In order to use this feature, the [Azure Disk CSI
|
||||||
Driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver)
|
Driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver)
|
||||||
must be installed on the cluster and the `CSIMigration` and `CSIMigrationAzureDisk`
|
must be installed on the cluster and the `CSIMigration` and `CSIMigrationAzureDisk`
|
||||||
Alpha features must be enabled.
|
features must be enabled.
|
||||||
|
|
||||||
### azureFile {#azurefile}
|
### azureFile {#azurefile}
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,8 @@ different Kubernetes components.
|
|||||||
| `CSIMigrationAWS` | `false` | Alpha | 1.14 | |
|
| `CSIMigrationAWS` | `false` | Alpha | 1.14 | |
|
||||||
| `CSIMigrationAWS` | `false` | Beta | 1.17 | |
|
| `CSIMigrationAWS` | `false` | Beta | 1.17 | |
|
||||||
| `CSIMigrationAWSComplete` | `false` | Alpha | 1.17 | |
|
| `CSIMigrationAWSComplete` | `false` | Alpha | 1.17 | |
|
||||||
| `CSIMigrationAzureDisk` | `false` | Alpha | 1.15 | |
|
| `CSIMigrationAzureDisk` | `false` | Alpha | 1.15 | 1.18 |
|
||||||
|
| `CSIMigrationAzureDisk` | `false` | Beta | 1.19 | |
|
||||||
| `CSIMigrationAzureDiskComplete` | `false` | Alpha | 1.17 | |
|
| `CSIMigrationAzureDiskComplete` | `false` | Alpha | 1.17 | |
|
||||||
| `CSIMigrationAzureFile` | `false` | Alpha | 1.15 | |
|
| `CSIMigrationAzureFile` | `false` | Alpha | 1.15 | |
|
||||||
| `CSIMigrationAzureFileComplete` | `false` | Alpha | 1.17 | |
|
| `CSIMigrationAzureFileComplete` | `false` | Alpha | 1.17 | |
|
||||||
|
|||||||
Reference in New Issue
Block a user