Difference between revisions of "Kind: StorageClass"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
[[kind: PersistentVolume]] | [[kind: PersistentVolume]] | ||
[[kubectl describe storageclass]] | [[kubectl describe storageclass]] | ||
+ | [[kubernetes.io/aws-ebs]] | ||
== See also == | == See also == |
Revision as of 08:40, 23 September 2022
~> cat standard.yaml
apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: standard parameters: type: pd-standard provisioner: kubernetes.io/gce-pd allowVolumeExpansion: true reclaimPolicy: Delete
Related
kubectl edit pvc kind: PersistentVolume kubectl describe storageclass kubernetes.io/aws-ebs
See also
- 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: