Update content/en/docs/concepts/extend-kubernetes/_index.md

This commit is contained in:
kadtendulkar 2022-10-30 20:33:40 +05:30
parent e7c1da23cc
commit 83b8ea3497
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ a way to extend Kubernetes with supports for new kinds of volumes. The volumes c
durable external storage, or provide ephemeral storage, or they might offer a read-only interface durable external storage, or provide ephemeral storage, or they might offer a read-only interface
to information using a filesystem paradigm. to information using a filesystem paradigm.
Kubernetes also includes support for [FlexVolume](/docs/concepts/storage/volumes/#flexvolume) plugins, Kubernetes also includes support for [FlexVolume](/docs/concepts/storage/volumes/#flexvolume-deprecated) plugins,
which are deprecated since Kubernetes v1.23 (in favour of CSI). which are deprecated since Kubernetes v1.23 (in favour of CSI).
FlexVolume plugins allow users to mount volume types that aren't natively supported by Kubernetes. When FlexVolume plugins allow users to mount volume types that aren't natively supported by Kubernetes. When