@@ -100,25 +100,25 @@ for provisioning PVs. This field must be specified.
100
100
该字段必须指定。
101
101
102
102
<!--
103
- | Volume Plugin | Internal Provisioner| Config Example |
103
+ | Volume Plugin | Internal Provisioner | Config Example |
104
104
-->
105
105
106
- | 卷插件 | 内置制备器 | 配置例子 |
107
- | :------------------- | :--------: | :-----------------------------------: |
108
- | AWSElasticBlockStore | ✓ | [AWS EBS](#aws-ebs) |
109
- | AzureFile | ✓ | [Azure File](#azure-文件 ) |
110
- | AzureDisk | ✓ | [Azure Disk](#azure-磁盘 ) |
111
- | CephFS | - | - |
112
- | Cinder | ✓ | [OpenStack Cinder](#openstack-cinder) |
113
- | FC | - | - |
114
- | FlexVolume | - | - |
115
- | GCEPersistentDisk | ✓ | [GCE PD](#gce-pd) |
116
- | iSCSI | - | - |
117
- | NFS | - | [NFS](#nfs) |
118
- | RBD | ✓ | [Ceph RBD](#ceph-rbd) |
119
- | VsphereVolume | ✓ | [vSphere](#vsphere) |
120
- | PortworxVolume | ✓ | [Portworx Volume](#portworx-卷) |
121
- | Local | - | [Local](#本地) |
106
+ | 卷插件 | 内置制备器 | 配置示例 |
107
+ | :------------------- | :------------------ : | :-----------------------------------: |
108
+ | AWSElasticBlockStore | ✓ | [AWS EBS](#aws-ebs) |
109
+ | AzureFile | ✓ | [Azure File](#azure-file ) |
110
+ | AzureDisk | ✓ | [Azure Disk](#azure-disk ) |
111
+ | CephFS | - | - |
112
+ | Cinder | ✓ | [OpenStack Cinder](#openstack-cinder) |
113
+ | FC | - | - |
114
+ | FlexVolume | - | - |
115
+ | GCEPersistentDisk | ✓ | [GCE PD](#gce-pd) |
116
+ | iSCSI | - | - |
117
+ | NFS | - | [NFS](#nfs) |
118
+ | RBD | ✓ | [Ceph RBD](#ceph-rbd) |
119
+ | VsphereVolume | ✓ | [vSphere](#vsphere) |
120
+ | PortworxVolume | ✓ | [Portworx Volume](#portworx-volume) |
121
+ | Local | - | [Local](#local) |
122
122
123
123
<!--
124
124
You are not restricted to specifying the "internal" provisioners
@@ -563,6 +563,7 @@ parameters:
563
563
<!--
564
564
Kubernetes doesn't include an internal NFS provisioner. You need to use an external provisioner to create a StorageClass for NFS.
565
565
Here are some examples :
566
+
566
567
* [NFS Ganesha server and external provisioner](https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner)
567
568
* [NFS subdir external provisioner](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner)
568
569
-->
0 commit comments