Skip to content

Instantly share code, notes, and snippets.

@pathcl
Created February 17, 2019 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pathcl/637f321956144a1e8f9403c72d46ef24 to your computer and use it in GitHub Desktop.
Save pathcl/637f321956144a1e8f9403c72d46ef24 to your computer and use it in GitHub Desktop.
vspheresc.yaml
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: default
annotations:
storageclass.kubernetes.io/is-default-class: "true"
parameters:
diskformat: thin
fstype: ext3
provisioner: kubernetes.io/vsphere-volume
reclaimPolicy: Delete
volumeBindingMode: Immediate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment