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.
2 parents 2e83ebb + ed4680c commit f467c5cCopy full SHA for f467c5c
content/zh-cn/docs/concepts/storage/persistent-volumes.md
@@ -75,7 +75,7 @@ See the [detailed walkthrough with working examples](/docs/tasks/configure-pod-c
75
常见的情况是针对不同的问题用户需要的是具有不同属性(如,性能)的 PersistentVolume 卷。
76
集群管理员需要能够提供不同性质的 PersistentVolume,
77
并且这些 PV 卷之间的差别不仅限于卷大小和访问模式,同时又不能将卷是如何实现的这些细节暴露给用户。
78
-为了满足这类需求,就有了**存储类(StorageClass)**资源。
+为了满足这类需求,就有了**存储类(StorageClass)** 资源。
79
80
参见[基于运行示例的详细演练](/zh-cn/docs/tasks/configure-pod-container/configure-persistent-volume-storage/)。
81
0 commit comments