git clone https://github.com/digitalocean/digitalocean-cloud-controller-manager.git
cd digitalocean-cloud-controller-manager
1.16.2-do.3 name: tl-testcluster
Download config file (bottom of DO screen) (DOES MOVING IT TO 'config' OBVIATE ALL THE --kubeconfig stuff??)
mv ~/Downloads/tl-testcluster-kubeconfig.yaml ~/.kube/config
kubectl version
kubectl get nodes
- https://cloud.digitalocean.com/account/api/tokens (k8s-tutorial)
export DIGITALOCEAN_ACCESS_TOKEN=your_DO_auth_token_here
cp releases/secret.yml.tmpl releases/secret.yml
vim releases/secret.yml # add your token
kubectl apply -f releases/secret.yml
kubectl -n kube-system get secrets
kubectl apply -f releases/v0.1.21.yml
cd ~/projects/wordpress
# Follow the instructions in the Project-Instructions.md file!