Difference between revisions of "Kubectl get storageclass"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
== Related == | == Related == | ||
* <code>[[kubectl describe storageclass]]</code> | * <code>[[kubectl describe storageclass]]</code> | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{EKS storage}} | ||
+ | * {{K8s storage}} |
Revision as of 22:21, 31 May 2022
kubectl get storageclass NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE gp2 (default) kubernetes.io/aws-ebs Delete WaitForFirstConsumer false 11d
Related
See also
- EKS storage, Amazon EBS CSI driver, Amazon EFS CSI driver,
kubectl describe storageclass
- Kubernetes storage, storage classes, PersistentVolume (PV), PVC, CSI,
kind: StorageClass, kind: PersistentVolumeClaim, kind: PersistentVolume
,kubectl [ get | describe | edit ] pvc
,volumeClaimTemplates:
,kubectl patch pv
,FailedMount
, Volume Expansion, Volume Cloning, snapshots, ExtraVolumes, NotTriggerScaleUp,volumePVCDataSource, AllowVolumeExpansion
, EKS storage, provisioner, Storage Capacity Tracking,VolumeBinding, VolumeClaimTemplate, storage.k8s.io
, CKA Storage, DoKC, EmptyDir, Volume populators,storageclass.kubernetes.io
Advertising: