Created
March 10, 2017 15:24
-
-
Save rawlingsj/0e704ac77dacb53e3a02274ff50ff340 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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