Skip to content

Instantly share code, notes, and snippets.

View tnachen's full-sized avatar

Timothy Chen tnachen

View GitHub Profile
@tnachen
tnachen / gist:d42c5ce3e9a9324408a07d273bebfbdc
Created January 1, 2019 18:06
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"