summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2021-05-19 10:58:51 -0700
committerGitHub <noreply@github.com>2021-05-19 10:58:51 -0700
commitefbc53b863f8d08a7240155e81f505032d90a991 (patch)
treebb7784d4457f31f1ca64f207fe75b038e804f150
parentf01532f8215ef8429bec9b529b3b954b3bab62a2 (diff)
parent06fe402cedb09ca29a92f741f7c599336c532b25 (diff)
Merge pull request #5785 from xing-yang/typo
Fix a typo in the doc
-rw-r--r--contributors/devel/sig-storage/flexvolume.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-storage/flexvolume.md b/contributors/devel/sig-storage/flexvolume.md
index 70bed43e..4283c114 100644
--- a/contributors/devel/sig-storage/flexvolume.md
+++ b/contributors/devel/sig-storage/flexvolume.md
@@ -1,6 +1,6 @@
# Flexvolume
-**NOTE:** Flexvolume is deprecated. Out-of-tree CSI driver is the recommended way to write volume drivers in Kubernetes. See this doc [here]( https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq) for more information.
+**NOTE:** Flexvolume is deprecated. Out-of-tree CSI driver is the recommended way to write volume drivers in Kubernetes. See this doc [here](https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq.md#kubernetes-volume-plugin-faq-for-storage-vendors) for more information.
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 node, and on master if the driver requires attach capability (unless `--enable-controller-attach-detach` Kubelet option is set to false, but this is highly discouraged because it is a legacy mode of operation).