Difference between revisions of "Kind: StorageClass"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
== See also == | == See also == | ||
− | * {{ | + | * {{PVC}} |
[[Category:K8s]] | [[Category:K8s]] |
Revision as of 09:44, 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
kubectl edit pvc
See also
Advertising: