Skip to content

Commit

Permalink
Update AWS EBS Migration Feature state (#16126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan authored and k8s-ci-robot committed Dec 3, 2019
1 parent f9a5c93 commit 87df785
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 87df785

Please sign in to comment.