Created
September 5, 2018 19:40
-
-
Save wallnerryan/d8c9796caa924912d3dd21e60c500353 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: gp2 | |
provisioner: kubernetes.io/aws-ebs | |
parameters: | |
type: gp2 | |
reclaimPolicy: Delete | |
mountOptions: | |
- debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment