From 590d07f92215ccfa52bac3fe944f6825a3d3558b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 30 May 2021 12:40:17 -0400 Subject: [PATCH] zh: sync concepts/storage/persistent-volumes Signed-off-by: Rui Chen sync zh translation Co-authored-by: Qiming Teng add hyperlink refs Signed-off-by: Rui Chen --- .../docs/concepts/storage/persistent-volumes.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/zh/docs/concepts/storage/persistent-volumes.md b/content/zh/docs/concepts/storage/persistent-volumes.md index 739540c002..53647be555 100644 --- a/content/zh/docs/concepts/storage/persistent-volumes.md +++ b/content/zh/docs/concepts/storage/persistent-volumes.md @@ -746,10 +746,10 @@ Kubernetes supports two `volumeModes` of PersistentVolumes: `Filesystem` and `Bl `Filesystem` is the default mode used when `volumeMode` parameter is omitted. A volume with `volumeMode: Filesystem` is *mounted* into Pods into a directory. If the volume -is backed by a block device and the device is empty, Kuberneretes creates a filesystem +is backed by a block device and the device is empty, Kubernetes creates a filesystem on the device before mounting it for the first time. --> -针对 PV 持久卷,Kuberneretes +针对 PV 持久卷,Kubernetes 支持两种卷模式(`volumeModes`):`Filesystem(文件系统)` 和 `Block(块)`。 `volumeMode` 是一个可选的 API 参数。 如果该参数被省略,默认的卷模式是 `Filesystem`。 @@ -1032,20 +1032,20 @@ spec: -### 访问模式 {#access-modes} +### 访问模式 {#access-modes} -申领在请求具有特定访问模式的存储时,使用与卷相同的访问模式约定。 +申领在请求具有特定访问模式的存储时,使用与卷相同的[访问模式约定](#access-modes)。 -### 卷模式 {#volume-modes} +### 卷模式 {#volume-modes} -申领使用与卷相同的约定来表明是将卷作为文件系统还是块设备来使用。 +申领使用[与卷相同的约定](#access-modes)来表明是将卷作为文件系统还是块设备来使用。