Add flexVolume to list and add anchor. (#11614)
* Add flexVolume to list and add anchor. * Update, typo fix
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0c6d4f8a66
commit
5fdf928a6e
@@ -75,6 +75,7 @@ Kubernetes supports several types of Volumes:
|
|||||||
* [downwardAPI](#downwardapi)
|
* [downwardAPI](#downwardapi)
|
||||||
* [emptyDir](#emptydir)
|
* [emptyDir](#emptydir)
|
||||||
* [fc (fibre channel)](#fc)
|
* [fc (fibre channel)](#fc)
|
||||||
|
* [flexVolume](#flexVolume)
|
||||||
* [flocker](#flocker)
|
* [flocker](#flocker)
|
||||||
* [gcePersistentDisk](#gcepersistentdisk)
|
* [gcePersistentDisk](#gcepersistentdisk)
|
||||||
* [gitRepo (deprecated)](#gitrepo)
|
* [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
|
For more information on how to develop a CSI driver, refer to the [kubernetes-csi
|
||||||
documentation](https://kubernetes-csi.github.io/docs/)
|
documentation](https://kubernetes-csi.github.io/docs/)
|
||||||
|
|
||||||
### Flexvolume
|
### Flexvolume {(#flexVolume)}
|
||||||
|
|
||||||
Flexvolume is an out-of-tree plugin interface that has existed in Kubernetes
|
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
|
since version 1.2 (before CSI). It uses an exec-based model to interface with
|
||||||
|
|||||||
Reference in New Issue
Block a user