Skip to content

Commit f467c5c

Browse files
authored
Merge pull request #37530 from mengjiao-liu/fix-pv-zh
[zh-cn] Fix persistent-volumes.md
2 parents 2e83ebb + ed4680c commit f467c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ See the [detailed walkthrough with working examples](/docs/tasks/configure-pod-c
7575
常见的情况是针对不同的问题用户需要的是具有不同属性(如,性能)的 PersistentVolume 卷。
7676
集群管理员需要能够提供不同性质的 PersistentVolume,
7777
并且这些 PV 卷之间的差别不仅限于卷大小和访问模式,同时又不能将卷是如何实现的这些细节暴露给用户。
78-
为了满足这类需求,就有了**存储类(StorageClass)**资源。
78+
为了满足这类需求,就有了**存储类(StorageClass)** 资源。
7979

8080
参见[基于运行示例的详细演练](/zh-cn/docs/tasks/configure-pod-container/configure-persistent-volume-storage/)
8181

0 commit comments

Comments
 (0)