Difference between revisions of "Kubernetes storage classes"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
kubectl describe storageclass standard | grep [[allowVolumeExpansion]] | kubectl describe storageclass standard | grep [[allowVolumeExpansion]] | ||
+ | |||
+ | |||
+ | * <code>[[kubernetes.io/gce-pd]]</code> | ||
+ | * <code>[[kubernetes.io/aws-ebs]]</code> | ||
+ | * <code>[[pd.csi.storage.gke.io]]</code> | ||
Revision as of 13:04, 27 December 2022
kubectl get storageclass
kubectl describe storageclass
kubectl describe storageclass standard
kind: StorageClass
kubectl describe storageclass standard | grep allowVolumeExpansion
Related
See also
- Kubernetes provisioner:
kubernetes.io/gce-pd, kubernetes.io/aws-ebs, pd.csi.storage.gke.io, k8s.io/minikube-hostpath
,ExternalProvisioning
,kubectl get provisioner, kubectl describe provisioner, kubectl patch provisioner
- CSI, Amazon EBS CSI driver, Kubernetes Filestore CSI driver, GKE CSI Driver
pd.csi.storage.gke.io
, CSI Migration,aws-efs-csi-driver, aws-ebs-csi-driver, gcp_filestore_csi_driver_config
,GcePersistentDiskCsiDriver, kind: CSINode, csi-hostpath-driver
, Kubernetes snapshots - 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: