Difference between revisions of "Kubectl describe storageclass gp2"
Jump to navigation
Jump to search
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | [[kubectl describe]] [[storageclass]] gp2 | + | [[kubectl describe]] [[storageclass]] [[gp2]] |
Name: gp2 | Name: gp2 | ||
IsDefaultClass: Yes | IsDefaultClass: Yes | ||
Annotations: kubectl.kubernetes.io/last-applied-configuration={"apiVersion":"storage.k8s.io/v1","kind":"StorageClass","metadata":{"annotations": {"storageclass.kubernetes.io/is-default-class":"true"},"name":"gp2"},"parameters":{"fsType":"ext4","type":"gp2"},"provisioner":"[[kubernetes.io/aws-ebs]]","volumeBindingMode":"WaitForFirstConsumer"},storageclass.kubernetes.io/is-default-class=true | Annotations: kubectl.kubernetes.io/last-applied-configuration={"apiVersion":"storage.k8s.io/v1","kind":"StorageClass","metadata":{"annotations": {"storageclass.kubernetes.io/is-default-class":"true"},"name":"gp2"},"parameters":{"fsType":"ext4","type":"gp2"},"provisioner":"[[kubernetes.io/aws-ebs]]","volumeBindingMode":"WaitForFirstConsumer"},storageclass.kubernetes.io/is-default-class=true | ||
− | [[Provisioner:]] kubernetes.io/ | + | [[Provisioner:]] [[kubernetes.io/aws-ebs]] |
Parameters: fsType=ext4,type=[[gp2]] | Parameters: fsType=ext4,type=[[gp2]] | ||
AllowVolumeExpansion: <unset> | AllowVolumeExpansion: <unset> | ||
Line 13: | Line 13: | ||
Events: <none> | Events: <none> | ||
+ | |||
+ | kubectl describe storageclass gp2 -o yaml | ||
== See also == | == See also == | ||
+ | * {{kubectl describe storageclass}} | ||
* {{EKS storage}} | * {{EKS storage}} | ||
* {{Kubernetes storage}} | * {{Kubernetes storage}} | ||
[[Category:K8s]] | [[Category:K8s]] |
Latest revision as of 08:31, 15 February 2023
kubectl describe storageclass gp2 Name: gp2 IsDefaultClass: Yes Annotations: kubectl.kubernetes.io/last-applied-configuration={"apiVersion":"storage.k8s.io/v1","kind":"StorageClass","metadata":{"annotations": {"storageclass.kubernetes.io/is-default-class":"true"},"name":"gp2"},"parameters":{"fsType":"ext4","type":"gp2"},"provisioner":"kubernetes.io/aws-ebs","volumeBindingMode":"WaitForFirstConsumer"},storageclass.kubernetes.io/is-default-class=true Provisioner: kubernetes.io/aws-ebs Parameters: fsType=ext4,type=gp2 AllowVolumeExpansion: <unset> MountOptions: <none> ReclaimPolicy: Delete VolumeBindingMode: WaitForFirstConsumer Events: <none>
kubectl describe storageclass gp2 -o yaml
See also[edit]
kubectl describe storageclass
- 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: