Difference between revisions of "Kubectl describe storageclass"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
[[kubectl describe storageclass gp2]] | [[kubectl describe storageclass gp2]] | ||
kubectl describe storageclass [[gp3]] | kubectl describe storageclass [[gp3]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[kubectl describe]] storageclass | [[kubectl describe]] storageclass |
Revision as of 14:05, 26 September 2022
kubectl describe storageclass ebs-sc kubectl describe storageclass efs-sc kubectl describe storageclass gp2 kubectl describe storageclass gp3
kubectl describe storageclass Name: standard IsDefaultClass: Yes Annotations: storageclass.beta.kubernetes.io/is-default-class=true Provisioner: kubernetes.io/gce-pd Parameters: type=pd-standard AllowVolumeExpansion: <unset> MountOptions: <none> ReclaimPolicy: Delete VolumeBindingMode: Immediate Events: <none>
apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: pd-example provisioner: pd.csi.storage.gke.io volumeBindingMode: WaitForFirstConsumer allowVolumeExpansion: true parameters: type: pd-balanced
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: