Skip to content

Commit 0537ca9

Browse files
authored
Merge pull request #37784 from suning0/suning1108
[zh-cn]Update extend-kubernetes storage-plugins
2 parents 43c0450 + ed91d42 commit 0537ca9

File tree

1 file changed

+2
-2
lines changed
  • content/zh-cn/docs/concepts/extend-kubernetes

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/extend-kubernetes/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ a way to extend Kubernetes with supports for new kinds of volumes. The volumes c
499499
durable external storage, or provide ephemeral storage, or they might offer a read-only interface
500500
to information using a filesystem paradigm.
501501
502-
Kubernetes also includes support for [FlexVolume](/docs/concepts/storage/volumes/#flexvolume) plugins,
502+
Kubernetes also includes support for [FlexVolume](/docs/concepts/storage/volumes/#flexvolume-deprecated) plugins,
503503
which are deprecated since Kubernetes v1.23 (in favour of CSI).
504504
-->
505505
### 存储插件 {#storage-plugins}
@@ -508,7 +508,7 @@ which are deprecated since Kubernetes v1.23 (in favour of CSI).
508508
Kubernetes 的方式使其支持新类别的卷。
509509
这些卷可以由持久的外部存储提供支持,可以提供临时存储,还可以使用文件系统范型为信息提供只读接口。
510510

511-
Kubernetes 还包括对 [FlexVolume](/zh-cn/docs/concepts/storage/volumes/#flexvolume)
511+
Kubernetes 还包括对 [FlexVolume](/zh-cn/docs/concepts/storage/volumes/#flexvolume-deprecated)
512512
插件的支持,该插件自 Kubernetes v1.23 起被弃用(被 CSI 替代)。
513513

514514
<!--

0 commit comments

Comments
 (0)