Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created March 10, 2017 15:24
Show Gist options
  • Save rawlingsj/0e704ac77dacb53e3a02274ff50ff340 to your computer and use it in GitHub Desktop.
Save rawlingsj/0e704ac77dacb53e3a02274ff50ff340 to your computer and use it in GitHub Desktop.
cat <<EOF | kubectl create -f -
kind: StorageClass
apiVersion: storage.k8s.io/v1beta1
metadata:
name: standard
provisioner: kubernetes.io/azure-disk
parameters:
skuName: Standard_LRS
location: eastus
storageAccount: azure_storage_account_name
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment