Update content/en/docs/concepts/extend-kubernetes/_index.md
This commit is contained in:
parent
e7c1da23cc
commit
83b8ea3497
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue