@@ -549,14 +549,6 @@ with ConfigMap naming.
549549volume source. However, as illustrated above, you can explicitly set the `mode`
550550for each individual projection.
551551
552- # ## FlexVolume
553-
554- A `FlexVolume` enables users to mount vendor volumes into a pod. It expects vendor
555- drivers are installed in the volume plugin path on each kubelet node. This is
556- an alpha feature and may change in future.
557-
558- More details are in [here](https://github.com/kubernetes/examples/tree/{{page.githubbranch}}/staging/volumes/flexvolume/README.md).
559-
560552# ## AzureFileVolume
561553
562554A `AzureFileVolume` is used to mount a Microsoft Azure File Volume (SMB 2.1 and 3.0)
@@ -849,6 +841,19 @@ request a certain amount of space using a [resource](/docs/user-guide/compute-re
849841specification, and to select the type of media to use, for clusters that have
850842several media types.
851843
844+ # # Out-of-Tree Volume Plugins
845+ In addition to the previously listed volume types, storage vendors may create
846+ custom plugins without adding it to the Kubernetes repository. This can be
847+ achieved by using the `FlexVolume` plugin.
848+
849+ ` FlexVolume` enables users to mount vendor volumes into a pod. The vendor plugin
850+ is implemented using a driver, an executable supporting a list of volume commands
851+ defined by the `FlexVolume` API. Drivers must be installed in a pre-defined
852+ volume plugin path on each node. This is an alpha feature and may change in future.
853+
854+ More details can be found [here](https://github.com/kubernetes/community/blob/master/contributors/devel/flexvolume.md).
855+
856+
852857{% endcapture %}
853858
854859{% capture whatsnext %}
0 commit comments