Skip to content

Commit 9462dd0

Browse files
authored
Merge pull request #52159 from my-git9/npa-22216
[zh-cn]sync storage/volumes
2 parents 08161c5 + 860a20c commit 9462dd0

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

content/zh-cn/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -549,12 +549,6 @@ beforehand so that Kubernetes hosts can access them.
549549
Kubernetes 主机才可以访问它们。
550550
{{< /note >}}
551551

552-
<!--
553-
See the [fibre channel example](https://github.com/kubernetes/examples/tree/master/staging/volumes/fibre_channel)
554-
for more details.
555-
-->
556-
更多详情请参考 [FC 示例](https://github.com/kubernetes/examples/tree/master/staging/volumes/fibre_channel)。
557-
558552
<!--
559553
### gcePersistentDisk (deprecated) {#gcepersistentdisk}
560554

@@ -1183,22 +1177,15 @@ iSCSI 的一个特点是它可以同时被多个用户以只读方式挂载。
11831177
这意味着你可以用数据集预先填充卷,然后根据需要在尽可能多的 Pod 上使用它。
11841178
不幸的是,iSCSI 卷只能由单个使用者以读写模式挂载。不允许同时写入。
11851179

1186-
<!--
1187-
See the [iSCSI example](https://github.com/kubernetes/examples/tree/master/volumes/iscsi) for more details.
1188-
-->
1189-
更多详情请参考 [iSCSI 示例](https://github.com/kubernetes/examples/tree/master/volumes/iscsi)。
1190-
1191-
<!--
11921180
### local
11931181

1182+
<!--
11941183
A `local` volume represents a mounted local storage device such as a disk,
11951184
partition or directory.
11961185

11971186
Local volumes can only be used as a statically created PersistentVolume. Dynamic
11981187
provisioning is not supported.
11991188
-->
1200-
### local
1201-
12021189
`local` 卷所代表的是某个被挂载的本地存储设备,例如磁盘、分区或者目录。
12031190

12041191
`local` 卷只能用作静态创建的持久卷。不支持动态配置。
@@ -1354,12 +1341,6 @@ You can also mount NFS volumes via PersistentVolumes which do allow you to set m
13541341
此外,还可以通过允许设置挂载可选项的持久卷挂载 NFS 卷。
13551342
{{< /note >}}
13561343

1357-
<!--
1358-
See the [NFS example](https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs)
1359-
for an example of mounting NFS volumes with PersistentVolumes.
1360-
-->
1361-
如需了解用持久卷挂载 NFS 卷的示例,请参考 [NFS 示例](https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs)。
1362-
13631344
### persistentVolumeClaim {#persistentvolumeclaim}
13641345

13651346
<!--
@@ -1452,12 +1433,6 @@ before using it in the Pod.
14521433
在 Pod 中使用 portworxVolume 之前,你要确保有一个名为 `pxvol` 的 PortworxVolume 存在。
14531434
{{< /note >}}
14541435

1455-
<!--
1456-
For more details, see the
1457-
[Portworx volume](https://github.com/kubernetes/examples/tree/master/staging/volumes/portworx/README.md) examples.
1458-
-->
1459-
更多详情可以参考 [Portworx 卷](https://github.com/kubernetes/examples/tree/master/staging/volumes/portworx/README.md)。
1460-
14611436
<!--
14621437
#### Portworx CSI migration
14631438
-->

0 commit comments

Comments
 (0)