From 0247b7897e7e21c30b2d67a6827445830f71ef81 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Tue, 3 Dec 2019 07:38:57 -0800 Subject: [PATCH] Update AWS EBS Migration Feature state (#16126) --- content/en/docs/concepts/storage/volumes.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index b877719fcc..69a641924a 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -151,14 +151,19 @@ spec: #### CSI Migration -{{< feature-state for_k8s_version="v1.14" state="alpha" >}} +{{< feature-state for_k8s_version="v1.17" state="beta" >}} The CSI Migration feature for awsElasticBlockStore, when enabled, shims all plugin operations from the existing in-tree plugin to the `ebs.csi.aws.com` Container Storage Interface (CSI) Driver. In order to use this feature, the [AWS EBS CSI Driver](https://github.com/kubernetes-sigs/aws-ebs-csi-driver) must be installed on the cluster and the `CSIMigration` and `CSIMigrationAWS` -Alpha features must be enabled. +Beta features must be enabled. + +#### CSI Migration Complete +{{< feature-state for_k8s_version="v1.17" state="alpha" >}} + +To turn off the awsElasticBlockStore storage plugin from being loaded by controller manager and kubelet, you need to set this feature flag to true. This requires `ebs.csi.aws.com` Container Storage Interface (CSI) driver being installed on all worker nodes. ### azureDisk {#azuredisk}