From 1c8429a173585d4e502d2baf07b0a744fabd0ead Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Thu, 29 Oct 2020 10:42:44 -0400 Subject: [PATCH] fix csimigration feature state --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 7645b7e5fa..39410ec2e5 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1367,7 +1367,7 @@ For more information on how to develop a CSI driver, refer to the #### Migrating to CSI drivers from in-tree plugins -{{< feature-state for_k8s_version="v1.17" state="alpha" >}} +{{< feature-state for_k8s_version="v1.17" state="beta" >}} The `CSIMigration` feature, when enabled, directs operations against existing in-tree plugins to corresponding CSI plugins (which are expected to be installed and configured).