From 06fe402cedb09ca29a92f741f7c599336c532b25 Mon Sep 17 00:00:00 2001 From: xing-yang Date: Wed, 19 May 2021 14:01:08 +0000 Subject: [PATCH] Fix a typo in the doc --- contributors/devel/sig-storage/flexvolume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/sig-storage/flexvolume.md b/contributors/devel/sig-storage/flexvolume.md index 70bed43e2..4283c114b 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).