We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c1da2 commit 83b8ea3Copy full SHA for 83b8ea3
content/en/docs/concepts/extend-kubernetes/_index.md
@@ -264,7 +264,7 @@ a way to extend Kubernetes with supports for new kinds of volumes. The volumes c
264
durable external storage, or provide ephemeral storage, or they might offer a read-only interface
265
to information using a filesystem paradigm.
266
267
-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,
268
which are deprecated since Kubernetes v1.23 (in favour of CSI).
269
270
FlexVolume plugins allow users to mount volume types that aren't natively supported by Kubernetes. When
0 commit comments