From 76721b3a8cc8f59c8e41fc0d1afe1b53899a560b Mon Sep 17 00:00:00 2001 From: Jie Shen Date: Mon, 13 Jan 2020 11:41:36 +0800 Subject: [PATCH] Fix typo in zh/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md (#18620) --- .../configure-persistent-volume-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md b/content/zh/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md index 51143113fe..f62145e724 100644 --- a/content/zh/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md +++ b/content/zh/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md @@ -132,7 +132,7 @@ Create the PersistentVolume: 配置文件指定了该卷位于集群节点上的 `/mnt/data` 目录。 该配置还指定了 10 吉比特的卷大小和 `ReadWriteOnce` 的访问模式,这意味着该卷可以在单个节点上以读写方式挂载。 -它为 PersistentVolume 定义了 [StorageClass 名称](/docs/concepts/storage/persistent-volumes/#class) 为 `manual`,StorageClass 名称用来将 PersistentVolumeClaim 请求绑定到该 PersistentVolum。 +它为 PersistentVolume 定义了 [StorageClass 名称](/docs/concepts/storage/persistent-volumes/#class) 为 `manual`,StorageClass 名称用来将 PersistentVolumeClaim 请求绑定到该 PersistentVolume。 创建 PersistentVolume: