Edited FlexVolume deprecated

Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
This commit is contained in:
Ayushman Mishra
2021-11-30 09:18:11 +05:30
parent e5d4d25a77
commit 9bef88f008
4 changed files with 8 additions and 4 deletions
@@ -77,7 +77,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](/docs/concepts/storage/volumes/#flexVolume)
[Flex Volume Plugins](/docs/concepts/storage/volumes/#flexvolume)
and [Network Plugins](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/))
and by kubectl.
@@ -163,6 +163,8 @@ After a request is authorized, if it is a write operation, it also goes through
) allow users to mount volume types without built-in support by having the
Kubelet call a Binary Plugin to mount the volume.
FlexVolume is deprecated in v1.23. Out-of-tree CSI driver is the recommended way to write volume drivers in Kubernetes. See this doc [here](https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq.md#kubernetes-volume-plugin-faq-for-storage-vendors) for more information.
### Device Plugins