Created
June 1, 2020 04:52
-
-
Save velotiotech/6114f426ed85fabb375ec04e1a547e50 to your computer and use it in GitHub Desktop.
This file contains 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
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