@@ -549,12 +549,6 @@ beforehand so that Kubernetes hosts can access them.
549
549
Kubernetes 主机才可以访问它们。
550
550
{{< /note >}}
551
551
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
-
558
552
<!--
559
553
# ## gcePersistentDisk (deprecated) {#gcepersistentdisk}
560
554
@@ -1183,22 +1177,15 @@ iSCSI 的一个特点是它可以同时被多个用户以只读方式挂载。
1183
1177
这意味着你可以用数据集预先填充卷,然后根据需要在尽可能多的 Pod 上使用它。
1184
1178
不幸的是,iSCSI 卷只能由单个使用者以读写模式挂载。不允许同时写入。
1185
1179
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
- <!--
1192
1180
# ## local
1193
1181
1182
+ <!--
1194
1183
A `local` volume represents a mounted local storage device such as a disk,
1195
1184
partition or directory.
1196
1185
1197
1186
Local volumes can only be used as a statically created PersistentVolume. Dynamic
1198
1187
provisioning is not supported.
1199
1188
-->
1200
- # ## local
1201
-
1202
1189
` local` 卷所代表的是某个被挂载的本地存储设备,例如磁盘、分区或者目录。
1203
1190
1204
1191
` local` 卷只能用作静态创建的持久卷。不支持动态配置。
@@ -1354,12 +1341,6 @@ You can also mount NFS volumes via PersistentVolumes which do allow you to set m
1354
1341
此外,还可以通过允许设置挂载可选项的持久卷挂载 NFS 卷。
1355
1342
{{< /note >}}
1356
1343
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
-
1363
1344
# ## persistentVolumeClaim {#persistentvolumeclaim}
1364
1345
1365
1346
<!--
@@ -1452,12 +1433,6 @@ before using it in the Pod.
1452
1433
在 Pod 中使用 portworxVolume 之前,你要确保有一个名为 `pxvol` 的 PortworxVolume 存在。
1453
1434
{{< /note >}}
1454
1435
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
-
1461
1436
<!--
1462
1437
# ### Portworx CSI migration
1463
1438
-->
0 commit comments