Created
June 4, 2018 22:04
-
-
Save DazWilkin/41b9896fcfad1a83460a034d87ce6dab to your computer and use it in GitHub Desktop.
Fabric on Google Cloud Platform
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
apiVersion: storage.k8s.io/v1 | |
kind: StorageClass | |
metadata: | |
name: ssd | |
provisioner: kubernetes.io/gce-pd | |
parameters: | |
type: pd-ssd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment