Difference between revisions of "Kind: StorageClass"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
reclaimPolicy: Delete | reclaimPolicy: Delete | ||
− | + | == Related == | |
[[kubectl edit pvc]] | [[kubectl edit pvc]] | ||
+ | [[kind: PersistentVolume]] | ||
== See also == | == See also == |
Revision as of 10:01, 4 July 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
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: