summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChakravarthy Nelluri <nelcyguy@gmail.com>2017-12-11 15:19:01 -0500
committerChakravarthy Nelluri <nelcyguy@gmail.com>2017-12-11 15:19:01 -0500
commitb6755cba3f0f08536ce8c779b673c2db40c3c3b0 (patch)
tree21c35752dc962895cb0bf37b49d5502b6ac465e5
parenteb410ff435dcb44d032fdac919399d75d9cb5367 (diff)
Mark Flexvolume GA
-rw-r--r--contributors/devel/flexvolume.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md
index 8eab9574..5fc518a4 100644
--- a/contributors/devel/flexvolume.md
+++ b/contributors/devel/flexvolume.md
@@ -1,8 +1,8 @@
# Flexvolume
-Flexvolume enables users to write their own drivers and add support for their volumes in Kubernetes. Vendor drivers should be installed in the volume plugin path on every Kubelet node and on master node(s) if `--enable-controller-attach-detach` Kubelet option is enabled.
+Flexvolume enables users to write their own drivers and add support for their volumes in Kubernetes. Vendor drivers should be installed in the volume plugin path on every Kubelet node and on master node(s) if `--enable-controller-attach-detach` Kubelet option is enabled.
-*Note: Flexvolume is an alpha feature and is most likely to change in future*
+Flexvolume is a GA feature from Kubernetes 1.8 release onwards.
## Prerequisites