Skip to content

Instantly share code, notes, and snippets.

@tnachen
Created January 1, 2019 18:06
Show Gist options
  • Save tnachen/d42c5ce3e9a9324408a07d273bebfbdc to your computer and use it in GitHub Desktop.
Save tnachen/d42c5ce3e9a9324408a07d273bebfbdc to your computer and use it in GitHub Desktop.
EBS Default storage class for EKS
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: gp2
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: kubernetes.io/aws-ebs
parameters:
type: gp2
encrypted: "true"
reclaimPolicy: Delete
mountOptions:
- debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment