File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/extend-kubernetes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ a way to extend Kubernetes with supports for new kinds of volumes. The volumes c
499
499
durable external storage, or provide ephemeral storage, or they might offer a read-only interface
500
500
to information using a filesystem paradigm.
501
501
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,
503
503
which are deprecated since Kubernetes v1.23 (in favour of CSI).
504
504
-->
505
505
### 存储插件 {#storage-plugins}
@@ -508,7 +508,7 @@ which are deprecated since Kubernetes v1.23 (in favour of CSI).
508
508
Kubernetes 的方式使其支持新类别的卷。
509
509
这些卷可以由持久的外部存储提供支持,可以提供临时存储,还可以使用文件系统范型为信息提供只读接口。
510
510
511
- Kubernetes 还包括对 [ FlexVolume] ( /zh-cn/docs/concepts/storage/volumes/#flexvolume )
511
+ Kubernetes 还包括对 [ FlexVolume] ( /zh-cn/docs/concepts/storage/volumes/#flexvolume-deprecated )
512
512
插件的支持,该插件自 Kubernetes v1.23 起被弃用(被 CSI 替代)。
513
513
514
514
<!--
You can’t perform that action at this time.
0 commit comments