Update capitalization for mount options based on correct PV types
This commit is contained in:
@@ -535,19 +535,19 @@ Not all Persistent Volume types support mount options.
|
|||||||
|
|
||||||
The following volume types support mount options:
|
The following volume types support mount options:
|
||||||
|
|
||||||
* AWSElasticBlockStore
|
* `awsElasticBlockStore`
|
||||||
* AzureDisk
|
* `azureDisk`
|
||||||
* AzureFile
|
* `azureFile`
|
||||||
* CephFS
|
* `cephfs`
|
||||||
* Cinder (OpenStack block storage)
|
* `cinder` (**deprecated** in v1.18)
|
||||||
* GCEPersistentDisk
|
* `gcePersistentDisk`
|
||||||
* Glusterfs
|
* `glusterfs`
|
||||||
* NFS
|
* `iscsi`
|
||||||
* Quobyte Volumes
|
* `nfs`
|
||||||
* RBD (Ceph Block Device)
|
* `quobyte` (**deprecated** in v1.22)
|
||||||
* StorageOS
|
* `rbd`
|
||||||
* VsphereVolume
|
* `storageos` (**deprecated** in v1.22)
|
||||||
* iSCSI
|
* `vsphereVolume`
|
||||||
|
|
||||||
Mount options are not validated. If a mount option is invalid, the mount fails.
|
Mount options are not validated. If a mount option is invalid, the mount fails.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user