George Kraft
George Kraft
@luisenrike Most likely the error you're seeing indicates that kube-apiserver isn't up. You can check by doing `juju ssh kubernetes-master/0` and then `journalctl -o cat -u snap.kube-apiserver.daemon`. Output of that...
@sanjeevshar It looks like you're hitting this issue: https://github.com/conjure-up/conjure-up/issues/1448 You can try manually applying the workaround in this comment: https://github.com/conjure-up/conjure-up/issues/1448#issuecomment-395489312
This is a reply from kubeapi-load-balancer indicating that kube-apiserver is unreachable. This happens normally during cluster deployment, and also briefly when changing certain config options on the charm. We can't...