Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 1, 2020 04:52
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 velotiotech/6114f426ed85fabb375ec04e1a547e50 to your computer and use it in GitHub Desktop.
Save velotiotech/6114f426ed85fabb375ec04e1a547e50 to your computer and use it in GitHub Desktop.
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: persistent-ssd // same name as GKE storageclass name
provisioner: kubernetes.io/azure-disk
parameters:
storageaccounttype: Premium_LRS
kind: Managed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment