Difference between revisions of "Kubernetes provisioner"

From wikieduonline
Jump to navigation Jump to search
Line 38: Line 38:
 
* https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/
 
* https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/
 
* [[StorageClass]]
 
* [[StorageClass]]
 +
* [[allowVolumeExpansion:]] true
  
 
== See also ==
 
== See also ==

Revision as of 05:33, 23 November 2022


kubectl get storageclass
NAME            PROVISIONER             RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
gp2 (default)   kubernetes.io/aws-ebs   Delete          WaitForFirstConsumer   false                  11d


kubernetes.io/gce-pd
pd.csi.storage.gke.io

https://kubernetes.io/docs/concepts/storage/storage-classes/

Volume Plugin	Internal Provisioner	Config Example
AWSElasticBlockStore	✓	AWS EBS
AzureFile	✓	Azure File
AzureDisk	✓	Azure Disk
CephFS	-	-
Cinder	✓	OpenStack Cinder
FC	-	-
FlexVolume	-	-
Flocker	✓	-
GCEPersistentDisk	✓	GCE PD
Glusterfs	✓	Glusterfs
iSCSI	-	-
Quobyte	✓	Quobyte
NFS	-	NFS
RBD	✓	Ceph RBD
VsphereVolume	✓	vSphere
PortworxVolume	✓	Portworx Volume
ScaleIO	✓	ScaleIO
StorageOS	✓	StorageOS
Local	-	Local



Related

See also

Advertising: