This is an simple provisioner for DigitalOcean Block Storage.
Deploy
Get a DigitalOcean access-token here. base64 the token and insert it into manifests/digitalocean-secret.yaml.
Create the secret: kubectl create -f manifests/digitalocean-secret.yaml
Deploy the RBAC policies: kubectl create -f manifests/rbac
Deploy the provisioner: kubectl create -f manifests/digitalocean-provisioner.yaml