diff --git a/content/zh/docs/concepts/storage/persistent-volumes.md b/content/zh/docs/concepts/storage/persistent-volumes.md index 82ec637f761ac..1160dd0e4a578 100644 --- a/content/zh/docs/concepts/storage/persistent-volumes.md +++ b/content/zh/docs/concepts/storage/persistent-volumes.md @@ -69,7 +69,7 @@ Pod 会耗用节点资源,而 PVC 申领会耗用 PV 资源。Pod 可以请求 模式之一来挂载,参见[访问模式](#access-modes))。 @@ -935,9 +935,9 @@ The following volume types support mount options: * iSCSI -Kubernetes 不对挂载选项执行合法性检查,因此非法的挂载选项只是会导致挂载失败。 +Kubernetes 不对挂载选项执行合法性检查。如果挂载选项是非法的,挂载就会失败。 +### 类型为 `hostpath` 的 PersistentVolume {#persistentvolumes-typed-hostpath} + +`hostPath` PersistentVolume 使用节点上的文件或目录来模拟网络附加(network-attached)存储。 +相关细节可参阅[`hostPath` 卷示例](/zh/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolume)。 +