Last active
June 19, 2020 17:10
-
-
Save roderik/308f4aac15baf3695e035635c3e09ed4 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
apiVersion: storage.k8s.io/v1 | |
kind: StorageClass | |
metadata: | |
name: faster | |
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