Skip to content

Commit 97a7421

Browse files
committed
[zh-cn] sync storage-classes.md in concepts
1 parent fc93f36 commit 97a7421

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

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

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,25 +100,25 @@ for provisioning PVs. This field must be specified.
100100
该字段必须指定。
101101
102102
<!--
103-
| Volume Plugin | Internal Provisioner| Config Example |
103+
| Volume Plugin | Internal Provisioner | Config Example |
104104
-->
105105
106-
| 卷插件 | 内置制备器 | 配置例子 |
107-
| :------------------- | :--------: | :-----------------------------------: |
108-
| AWSElasticBlockStore | &#x2713; | [AWS EBS](#aws-ebs) |
109-
| AzureFile | &#x2713; | [Azure File](#azure-文件) |
110-
| AzureDisk | &#x2713; | [Azure Disk](#azure-磁盘) |
111-
| CephFS | - | - |
112-
| Cinder | &#x2713; | [OpenStack Cinder](#openstack-cinder) |
113-
| FC | - | - |
114-
| FlexVolume | - | - |
115-
| GCEPersistentDisk | &#x2713; | [GCE PD](#gce-pd) |
116-
| iSCSI | - | - |
117-
| NFS | - | [NFS](#nfs) |
118-
| RBD | &#x2713; | [Ceph RBD](#ceph-rbd) |
119-
| VsphereVolume | &#x2713; | [vSphere](#vsphere) |
120-
| PortworxVolume | &#x2713; | [Portworx Volume](#portworx-卷) |
121-
| Local | - | [Local](#本地) |
106+
| 卷插件 | 内置制备器 | 配置示例 |
107+
| :------------------- | :------------------: | :-----------------------------------: |
108+
| AWSElasticBlockStore | &#x2713; | [AWS EBS](#aws-ebs) |
109+
| AzureFile | &#x2713; | [Azure File](#azure-file) |
110+
| AzureDisk | &#x2713; | [Azure Disk](#azure-disk) |
111+
| CephFS | - | - |
112+
| Cinder | &#x2713; | [OpenStack Cinder](#openstack-cinder) |
113+
| FC | - | - |
114+
| FlexVolume | - | - |
115+
| GCEPersistentDisk | &#x2713; | [GCE PD](#gce-pd) |
116+
| iSCSI | - | - |
117+
| NFS | - | [NFS](#nfs) |
118+
| RBD | &#x2713; | [Ceph RBD](#ceph-rbd) |
119+
| VsphereVolume | &#x2713; | [vSphere](#vsphere) |
120+
| PortworxVolume | &#x2713; | [Portworx Volume](#portworx-volume) |
121+
| Local | - | [Local](#local) |
122122
123123
<!--
124124
You are not restricted to specifying the "internal" provisioners
@@ -563,6 +563,7 @@ parameters:
563563
<!--
564564
Kubernetes doesn't include an internal NFS provisioner. You need to use an external provisioner to create a StorageClass for NFS.
565565
Here are some examples:
566+
566567
* [NFS Ganesha server and external provisioner](https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner)
567568
* [NFS subdir external provisioner](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner)
568569
-->

0 commit comments

Comments
 (0)