- Digital Ocean Account with Personal Access Token (read & write permissions)
- Supported Host OS:
- Linux
- MacOS
- Vagrant >= 2.2.5(Vagrant Installation Guide)
- Vagrant plugins:
- vagrant-digitalocean (
vagrant plugin install vagrant-digitalocean
)
- Ansible >= 2.8.2 (Ansible Installation Guide)
- Supported Guest OS: digital_ocean (
vagrant box add digital_ocean
)
DO_API_KEY=<your token>
./k8s-cluster.sh create
DO_API_KEY=<your token>
./k8s-cluster.sh delete