Skip to content

Instantly share code, notes, and snippets.

@chukaofili
Last active November 1, 2019 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save chukaofili/ff684499d66ae790b325ff6e7b86af2c to your computer and use it in GitHub Desktop.
Save chukaofili/ff684499d66ae790b325ff6e7b86af2c to your computer and use it in GitHub Desktop.
DigitalOcean storage class
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: [name-goes-here]
annotations:
storageclass.kubernetes.io/is-default-class: "true"
parameters:
zone: [region-goes-here]
provisioner: external/digitalocean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment