Added Note for Deprecation of Flexvolume
flexVolume Signed-off-by: Ayushman <ayushvidushi01@gmail.com>
This commit is contained in:
parent
5a58eb4294
commit
dabf80ae56
|
@ -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.
|
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.
|
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
|
||||||
|
|
||||||
Mount propagation allows for sharing volumes mounted by a container to
|
Mount propagation allows for sharing volumes mounted by a container to
|
||||||
|
|
Loading…
Reference in New Issue