Difference between revisions of "Kubernetes provisioner"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
  NAME            [[PROVISIONER]]            RECLAIMPOLICY  VOLUMEBINDINGMODE      [[ALLOWVOLUMEEXPANSION]]  AGE
 
  NAME            [[PROVISIONER]]            RECLAIMPOLICY  VOLUMEBINDINGMODE      [[ALLOWVOLUMEEXPANSION]]  AGE
 
  gp2 (default)  [[kubernetes.io/aws-ebs]]  Delete          WaitForFirstConsumer  false                  11d
 
  gp2 (default)  [[kubernetes.io/aws-ebs]]  Delete          WaitForFirstConsumer  false                  11d
 +
 +
[[kubectl describe provisioner]]
  
 
Provisioners:
 
Provisioners:

Revision as of 18:27, 16 December 2022

To enable dynamic provisioning, a cluster administrator needs to pre-create one or more StorageClass objects for users.


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

Provisioners:

kubernetes.io/gce-pd
kubernetes.io/aws-ebs
pd.csi.storage.gke.io
k8s.io/minikube-hostpath

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: