From dabf80ae5629da135758d0e742f8d032e32069e3 Mon Sep 17 00:00:00 2001 From: Ayushman Date: Tue, 2 Nov 2021 20:07:15 +0530 Subject: [PATCH] Added Note for Deprecation of Flexvolume flexVolume Signed-off-by: Ayushman --- content/en/docs/concepts/storage/volumes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 56694dee66..e8f65df8cc 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1381,6 +1381,10 @@ plugin path on each node and in some cases the control plane nodes as well. Pods interact with FlexVolume drivers through the `flexvolume` in-tree volume plugin. For more details, see the [FlexVolume](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-storage/flexvolume.md) examples. +{{< note >}} +FlexVolume is deprecated starting v1.23. Out-of-tree CSI driver is the recommended way to write volume driver in Kubernetes. Maintainers of FlexVolume driver should implement a CSI Driver and move users of FlexVolume to CSI. Users of FlexVolume should move their workloads to CSI Driver. +{{< /note >}} + ## Mount propagation Mount propagation allows for sharing volumes mounted by a container to