Aug 9, 2017 · 1 min read
Best thing would be you get on IRC #juju on freenode so we can have a more interactive conversation.
In the meantime, try to run these commands one after the other manually and see what happens
# Connect on the first master
juju ssh kubernetes-master/0
# set the provider
sudo snap set kube-apiserver cloud-provider=aws
# Restart the service
sudo systemctl restart snap.kube-apiserver.daemon.service
# Look at logs
sudo journalctl -u snap.kube-apiserver.daemon.service -f
This should tell you what’s going on and if the API server works or not after the change
also have a look at the file that stores all these configurations, /var/snap/kube-apiserver/current/args