summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2017-09-19 23:31:28 -0700
committerGitHub <noreply@github.com>2017-09-19 23:31:28 -0700
commite0e5c23e6231efe54a1ce203eae0e2f210ef0307 (patch)
tree2159e5ba83b4197511f729bf05b22ef1ea2dd857
parentc83b695e15d630aad4e291c3e91bda16c328ed2b (diff)
parent9a2587d563ef90db916bd557853a65baad88236f (diff)
Merge pull request #1107 from TinySong/fix_flexvolume_bad_link
Automatic merge from submit-queue. . fix bad link fix flexvolume bad link
-rw-r--r--contributors/devel/flexvolume.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md
index 1e39c6d1..1f796e9f 100644
--- a/contributors/devel/flexvolume.md
+++ b/contributors/devel/flexvolume.md
@@ -17,7 +17,7 @@ Beginning in v1.8, Flexvolume supports the ability to detect drivers on the fly.
For more information, please refer to the [design document](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/flexvolume-deployment.md).
## Automated Plugin Installation/Upgrade
-One possible way to install and upgrade your Flexvolume drivers is by using a DaemonSet. See [Recommended Driver Deployment Method](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/flexvolume-deployment.md#recommended-driver-deployment-method) for details.
+One possible way to install and upgrade your Flexvolume drivers is by using a DaemonSet. See [Recommended Driver Deployment Method](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/flexvolume-deployment.md#recommended-driver-deployment-method) for details.
## Plugin details
The plugin expects the following call-outs are implemented for the backend drivers. Some call-outs are optional. Call-outs are invoked from the Kubelet & the Controller manager nodes.