Broken link in `Extending your kubernetes Cluster` (#17349)

Under `Extension Patterns` sections the link for `Flex Volume Plugins` is broken as the `flexvolume.md` file has been moved to new folder `/devel/sig-storage`. Reference commit `ab55d850b8`
This commit is contained in:
Tanveer Alam 2019-11-02 08:07:40 +05:30 committed by Kubernetes Prow Robot
parent e999c0398d
commit 4c48c963a0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ failure.
In the webhook model, Kubernetes makes a network request to a remote service.
In the *Binary Plugin* model, Kubernetes executes a binary (program).
Binary plugins are used by the kubelet (e.g. [Flex Volume
Plugins](https://github.com/kubernetes/community/blob/master/contributors/devel/flexvolume.md)
Plugins](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-storage/flexvolume.md)
and [Network
Plugins](/docs/concepts/cluster-administration/network-plugins/))
and by kubectl.