I have no idea.
Installation method:
Kubernetes version:
Dashboard version: v1.8.2
Commit: 72832429656c74c4c568ad5b7163fa9716c3e0ec
Dashboard reported Service Unavailable (503):
Error: 'dial tcp 10.244.1.113:9090: getsockopt: connection refused'
Trying to reach: 'http://10.244.1.113:9090/api/v1/overview/default?filterBy=&itemsPerPage=10&name=&page=1&sortBy=d,creationTimestamp'
Everything was going along just fine, then I started receiving this error out of nowhere.
I'm guessing its probably not even related to the dashboard _specifically_, but I'm at a loss for how to troubleshoot it. 10.244.1.113 is the cluster-IP of the pod running the dashboard, so it's not clear to me _what_ is trying to connect to _what_.
Any advice on how to begin troubleshooting this issue would be greatly appreciated.
Other info--
All the information related to deploying and accessing Dashboard can be found on our wiki: https://github.com/kubernetes/dashboard/wiki
If mentioned methods do not work then it is most likely cluster configuration issue. Regarding configuration part you can ask for help on kubernetes slack. We are trying to deal with actual issues here only.