The provisioner will be updated on a best-effort basis, but eventually it will be removed (k8s ~1.13-1.15).
⚠
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