From 8a53eed8d8aa7b8bfa3e8f768b88fd6e9309c72f Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Thu, 16 Jul 2020 09:55:20 -0700 Subject: [PATCH] Update Azure disk feature gates for 1.19 beta --- content/en/docs/concepts/storage/volumes.md | 4 ++-- .../reference/command-line-tools-reference/feature-gates.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 22ba57389e..79d260d52a 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -173,14 +173,14 @@ More details can be found [here](https://github.com/kubernetes/examples/tree/{{< #### 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 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 Driver](https://github.com/kubernetes-sigs/azuredisk-csi-driver) must be installed on the cluster and the `CSIMigration` and `CSIMigrationAzureDisk` -Alpha features must be enabled. +features must be enabled. ### azureFile {#azurefile} diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 56adffbe21..eda095b43d 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -67,7 +67,8 @@ different Kubernetes components. | `CSIMigrationAWS` | `false` | Alpha | 1.14 | | | `CSIMigrationAWS` | `false` | Beta | 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 | | | `CSIMigrationAzureFile` | `false` | Alpha | 1.15 | | | `CSIMigrationAzureFileComplete` | `false` | Alpha | 1.17 | |