Difference between revisions of "Kubernetes storage classes"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi-migration-faq.html
Line 32: | Line 32: | ||
== See also == | == See also == | ||
− | |||
− | |||
* {{Kubernetes storage}} | * {{Kubernetes storage}} | ||
[[Category:K8s]] | [[Category:K8s]] |
Latest revision as of 14:37, 28 November 2023
kubectl get storageclass
kubectl describe storageclass
kubectl describe storageclass standard
kind: StorageClass
kubectl describe storageclass standard | grep allowVolumeExpansion
The in-tree StorageClass provisioner is named kubernetes.io/aws-ebs. The Amazon EBS CSI StorageClass provisioner is named ebs.csi.aws.com.[1]
Related[edit]
See also[edit]
- 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: