File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
content/zh/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -746,10 +746,10 @@ Kubernetes supports two `volumeModes` of PersistentVolumes: `Filesystem` and `Bl
746746` Filesystem` is the default mode used when `volumeMode` parameter is omitted.
747747
748748A volume with `volumeMode : Filesystem` is *mounted* into Pods into a directory. If the volume
749- is backed by a block device and the device is empty, Kuberneretes creates a filesystem
749+ is backed by a block device and the device is empty, Kubernetes creates a filesystem
750750on the device before mounting it for the first time.
751751-->
752- 针对 PV 持久卷,Kuberneretes
752+ 针对 PV 持久卷,Kubernetes
753753支持两种卷模式(`volumeModes`):`Filesystem(文件系统)` 和 `Block(块)`。
754754` volumeMode` 是一个可选的 API 参数。
755755如果该参数被省略,默认的卷模式是 `Filesystem`。
@@ -1032,20 +1032,20 @@ spec:
10321032<!--
10331033# ## Access Modes
10341034
1035- Claims use the same conventions as volumes when requesting storage with specific access modes.
1035+ Claims use [ the same conventions as volumes](#access-modes) when requesting storage with specific access modes.
10361036-->
1037- # ## 访问模式 {#access-modes}
1037+ # ## 访问模式 {#access-modes}
10381038
1039- 申领在请求具有特定访问模式的存储时,使用与卷相同的访问模式约定 。
1039+ 申领在请求具有特定访问模式的存储时,使用与卷相同的[访问模式约定](#access-modes) 。
10401040
10411041<!--
10421042# ## Volume Modes
10431043
1044- Claims use the same convention as volumes to indicate the consumption of the volume as either a filesystem or block device.
1044+ Claims use [ the same convention as volumes](#volume-mode) to indicate the consumption of the volume as either a filesystem or block device.
10451045-->
1046- # ## 卷模式 {#volume-modes}
1046+ # ## 卷模式 {#volume-modes}
10471047
1048- 申领使用与卷相同的约定来表明是将卷作为文件系统还是块设备来使用 。
1048+ 申领使用[与卷相同的约定](#access-modes)来表明是将卷作为文件系统还是块设备来使用 。
10491049
10501050<!--
10511051# ## Resources
You can’t perform that action at this time.
0 commit comments