From 5fdf928a6e3f00adb659e7df308cd3997a032d22 Mon Sep 17 00:00:00 2001 From: Zefool Date: Thu, 13 Dec 2018 11:15:22 +0100 Subject: [PATCH] Add flexVolume to list and add anchor. (#11614) * Add flexVolume to list and add anchor. * Update, typo fix --- content/en/docs/concepts/storage/volumes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 4c35d92678..6817e62568 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -75,6 +75,7 @@ Kubernetes supports several types of Volumes: * [downwardAPI](#downwardapi) * [emptyDir](#emptydir) * [fc (fibre channel)](#fc) + * [flexVolume](#flexVolume) * [flocker](#flocker) * [gcePersistentDisk](#gcepersistentdisk) * [gitRepo (deprecated)](#gitrepo) @@ -1237,7 +1238,7 @@ Learn how to For more information on how to develop a CSI driver, refer to the [kubernetes-csi documentation](https://kubernetes-csi.github.io/docs/) -### Flexvolume +### Flexvolume {(#flexVolume)} Flexvolume is an out-of-tree plugin interface that has existed in Kubernetes since version 1.2 (before CSI). It uses an exec-based model to interface with