Skip to content

Commit 76721b3

Browse files
gavinfishk8s-ci-robot
authored andcommitted
Fix typo in zh/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md (kubernetes#18620)
1 parent aaf50d0 commit 76721b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Create the PersistentVolume:
132132

133133
配置文件指定了该卷位于集群节点上的 `/mnt/data` 目录。
134134
该配置还指定了 10 吉比特的卷大小和 `ReadWriteOnce` 的访问模式,这意味着该卷可以在单个节点上以读写方式挂载。
135-
它为 PersistentVolume 定义了 [StorageClass 名称](/docs/concepts/storage/persistent-volumes/#class)`manual`,StorageClass 名称用来将 PersistentVolumeClaim 请求绑定到该 PersistentVolum
135+
它为 PersistentVolume 定义了 [StorageClass 名称](/docs/concepts/storage/persistent-volumes/#class)`manual`,StorageClass 名称用来将 PersistentVolumeClaim 请求绑定到该 PersistentVolume
136136

137137
创建 PersistentVolume:
138138

0 commit comments

Comments
 (0)