Add Flocker Photon and Quobyte to PV list
parent
dad3e2c18e
commit
81f59bb256
|
@ -110,6 +110,7 @@ However, the particular path specified in the custom recycler pod template in th
|
||||||
* AzureFile
|
* AzureFile
|
||||||
* AzureDisk
|
* AzureDisk
|
||||||
* FC (Fibre Channel)
|
* FC (Fibre Channel)
|
||||||
|
* Flocker
|
||||||
* NFS
|
* NFS
|
||||||
* iSCSI
|
* iSCSI
|
||||||
* RBD (Ceph Block Device)
|
* RBD (Ceph Block Device)
|
||||||
|
@ -117,7 +118,9 @@ However, the particular path specified in the custom recycler pod template in th
|
||||||
* Cinder (OpenStack block storage)
|
* Cinder (OpenStack block storage)
|
||||||
* Glusterfs
|
* Glusterfs
|
||||||
* VsphereVolume
|
* VsphereVolume
|
||||||
|
* Quobyte Volumes
|
||||||
* HostPath (single node testing only -- local storage is not supported in any way and WILL NOT WORK in a multi-node cluster)
|
* HostPath (single node testing only -- local storage is not supported in any way and WILL NOT WORK in a multi-node cluster)
|
||||||
|
* VMware Photon
|
||||||
|
|
||||||
|
|
||||||
## Persistent Volumes
|
## Persistent Volumes
|
||||||
|
@ -176,10 +179,13 @@ In the CLI, the access modes are abbreviated to:
|
||||||
| Cinder | x | - | - |
|
| Cinder | x | - | - |
|
||||||
| FC | x | x | - |
|
| FC | x | x | - |
|
||||||
| FlexVolume | x | x | - |
|
| FlexVolume | x | x | - |
|
||||||
|
| Flocker | x | - | - |
|
||||||
| GCEPersistentDisk | x | x | - |
|
| GCEPersistentDisk | x | x | - |
|
||||||
| Glusterfs | x | x | x |
|
| Glusterfs | x | x | x |
|
||||||
| HostPath | x | - | - |
|
| HostPath | x | - | - |
|
||||||
| iSCSI | x | x | - |
|
| iSCSI | x | x | - |
|
||||||
|
| PhotonPersistentDisk | x | - | - |
|
||||||
|
| Quobyte | x | x | x |
|
||||||
| NFS | x | x | x |
|
| NFS | x | x | x |
|
||||||
| RBD | x | x | - |
|
| RBD | x | x | - |
|
||||||
| VsphereVolume | x | - | - |
|
| VsphereVolume | x | - | - |
|
||||||
|
|
Loading…
Reference in New Issue