Skip to content

Instantly share code, notes, and snippets.

@warroyo
Created July 15, 2019 14:55
Show Gist options
  • Save warroyo/34669f3ba633d563836c215a682c10d1 to your computer and use it in GitHub Desktop.
Save warroyo/34669f3ba633d563836c215a682c10d1 to your computer and use it in GitHub Desktop.
default storage class
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: thin
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: kubernetes.io/vsphere-volume
parameters:
diskformat: thin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment