Add Flocker Photon and Quobyte to PV list

pull/2171/head
tolleiv 2017-01-09 20:53:38 +01:00
parent dad3e2c18e
commit 81f59bb256
1 changed files with 6 additions and 0 deletions

View File

@ -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 | - | - |