Difference between revisions of "StorageClass"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 +
<code>[[kind: StorageClass]]</code>
 
* https://kubernetes.io/docs/concepts/storage/storage-classes/
 
* https://kubernetes.io/docs/concepts/storage/storage-classes/
* <code>[[kind: StorageClass]]</code>
 
  
 
== [[EKS]] ==
 
== [[EKS]] ==

Revision as of 13:48, 8 March 2023

kind: StorageClass

EKS

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

GKE

kubectl get storageclass
NAME                 PROVISIONER            RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE
standard (default)   kubernetes.io/gce-pd   Delete          Immediate           false                  3y220d


Related

See also

Advertising: