From 021686ddc3ec46852f33e0d4e82bcb021fc5fbd5 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Sun, 10 Jan 2021 14:58:50 +0800 Subject: [PATCH] [zh] Fix links in persistent-volumes page --- .../concepts/storage/persistent-volumes.md | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/content/zh/docs/concepts/storage/persistent-volumes.md b/content/zh/docs/concepts/storage/persistent-volumes.md index c7718e708c..3a4f049620 100644 --- a/content/zh/docs/concepts/storage/persistent-volumes.md +++ b/content/zh/docs/concepts/storage/persistent-volumes.md @@ -614,7 +614,7 @@ PV 持久卷是用插件的形式来实现的。Kubernetes 目前支持以下插 -* [`awsElasticBlockStore`](/docs/concepts/storage/volumes/#awselasticblockstore) - AWS 弹性块存储(EBS) -* [`azureDisk`](/docs/concepts/sotrage/volumes/#azuredisk) - Azure Disk -* [`azureFile`](/docs/concepts/storage/volumes/#azurefile) - Azure File -* [`cephfs`](/docs/concepts/storage/volumes/#cephfs) - CephFS volume -* [`cinder`](/docs/concepts/storage/volumes/#cinder) - Cinder (OpenStack 块存储) +* [`awsElasticBlockStore`](/zh/docs/concepts/storage/volumes/#awselasticblockstore) - AWS 弹性块存储(EBS) +* [`azureDisk`](/zh/docs/concepts/storage/volumes/#azuredisk) - Azure Disk +* [`azureFile`](/zh/docs/concepts/storage/volumes/#azurefile) - Azure File +* [`cephfs`](/zh/docs/concepts/storage/volumes/#cephfs) - CephFS volume +* [`cinder`](/zh/docs/concepts/storage/volumes/#cinder) - Cinder (OpenStack 块存储) (**弃用**) -* [`csi`](/docs/concepts/storage/volumes/#csi) - 容器存储接口 (CSI) -* [`fc`](/docs/concepts/storage/volumes/#fc) - Fibre Channel (FC) 存储 -* [`flexVolume`](/docs/concepts/storage/volumes/#flexVolume) - FlexVolume -* [`flocker`](/docs/concepts/storage/volumes/#flocker) - Flocker 存储 -* [`gcePersistentDisk`](/docs/concepts/storage/volumes/#gcepersistentdisk) - GCE 持久化盘 -* [`glusterfs`](/docs/concepts/storage/volumes/#glusterfs) - Glusterfs 卷 -* [`hostPath`](/docs/concepts/storage/volumes/#hostpath) - HostPath 卷 +* [`csi`](/zh/docs/concepts/storage/volumes/#csi) - 容器存储接口 (CSI) +* [`fc`](/zh/docs/concepts/storage/volumes/#fc) - Fibre Channel (FC) 存储 +* [`flexVolume`](/zh/docs/concepts/storage/volumes/#flexVolume) - FlexVolume +* [`flocker`](/zh/docs/concepts/storage/volumes/#flocker) - Flocker 存储 +* [`gcePersistentDisk`](/zh/docs/concepts/storage/volumes/#gcepersistentdisk) - GCE 持久化盘 +* [`glusterfs`](/zh/docs/concepts/storage/volumes/#glusterfs) - Glusterfs 卷 +* [`hostPath`](/zh/docs/concepts/storage/volumes/#hostpath) - HostPath 卷 (仅供单节点测试使用;不适用于多节点集群; - 尝试使用 `本地` 卷替换) -* [`iscsi`](/docs/concepts/storage/volumes/#iscsi) - iSCSI (SCSI over IP) 存储 -* [`local`](/docs/concepts/storage/volumes/#local) - 节点上挂载的本地存储设备 -* [`nfs`](/docs/concepts/storage/volumes/#nfs) - 网络文件系统 (NFS) 存储 + 请尝试使用 `local` 卷作为替代) +* [`iscsi`](/zh/docs/concepts/storage/volumes/#iscsi) - iSCSI (SCSI over IP) 存储 +* [`local`](/zh/docs/concepts/storage/volumes/#local) - 节点上挂载的本地存储设备 +* [`nfs`](/zh/docs/concepts/storage/volumes/#nfs) - 网络文件系统 (NFS) 存储 * `photonPersistentDisk` - Photon 控制器持久化盘。 (这个卷类型已经因对应的云提供商被移除而被弃用)。 -* [`portworxVolume`](/docs/concepts/storage/volumes/#portworxvolume) - Portworx 卷 -* [`quobyte`](/docs/concepts/storage/volumes/#quobyte) - Quobyte 卷 -* [`rbd`](/docs/concepts/storage/volumes/#rbd) - Rados 块设备 (RBD) 卷 -* [`scaleIO`](/docs/concepts/storage/volumes/#scaleio) - ScaleIO 卷 +* [`portworxVolume`](/zh/docs/concepts/storage/volumes/#portworxvolume) - Portworx 卷 +* [`quobyte`](/zh/docs/concepts/storage/volumes/#quobyte) - Quobyte 卷 +* [`rbd`](/zh/docs/concepts/storage/volumes/#rbd) - Rados 块设备 (RBD) 卷 +* [`scaleIO`](/zh/docs/concepts/storage/volumes/#scaleio) - ScaleIO 卷 (**弃用**) -* [`storageos`](/docs/concepts/storage/volumes/#storageos) - StorageOS 卷 -* [`vsphereVolume`](/docs/concepts/storage/volumes/#vspherevolume) - vSphere VMDK 卷 +* [`storageos`](/zh/docs/concepts/storage/volumes/#storageos) - StorageOS 卷 +* [`vsphereVolume`](/zh/docs/concepts/storage/volumes/#vspherevolume) - vSphere VMDK 卷