From 9714d5a4e5a73eba0cc90afaf42ec17190cb91e6 Mon Sep 17 00:00:00 2001 From: Chakravarthy Nelluri Date: Tue, 12 Dec 2017 16:40:50 -0500 Subject: [PATCH] Flex volume is GA. Remove alpha notation. (#6666) --- docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/storage/volumes.md b/docs/concepts/storage/volumes.md index 9fb33064dd22c..247c593d75bbc 100644 --- a/docs/concepts/storage/volumes.md +++ b/docs/concepts/storage/volumes.md @@ -939,7 +939,7 @@ achieved by using the `FlexVolume` plugin. `FlexVolume` enables users to mount vendor volumes into a pod. The vendor plugin is implemented using a driver, an executable supporting a list of volume commands defined by the `FlexVolume` API. Drivers must be installed in a pre-defined -volume plugin path on each node. This is an alpha feature and may change in future. +volume plugin path on each node. More details can be found [here](https://github.com/kubernetes/community/blob/master/contributors/devel/flexvolume.md).