我正在使用kubernetes代理与我的kube仪表板交谈
我在流浪汉上运行kubernetes
在浏览器中我经常会看到仪表板,但经过一段时间后,我最终会在浏览器中找到以下内容:
Error: 'dial tcp 10.2.99.7:9090: getsockopt: no route to host'
Trying to reach: 'http://10.2.99.7:9090/'
同时在终端我看到:
$ kubectl cluster-info
Kubernetes master is running at https://172.17.4.101:443
Heapster is running at https://172.17.4.101:443/api/v1/proxy/namespaces/kube-system/services/heapster
KubeDNS is running at https://172.17.4.101:443/api/v1/proxy/namespaces/kube-system/services/kube-dns
kubernetes-dashboard is running at https://172.17.4.101:443/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard
到目前为止我能找到解决这个问题的唯一方法是做一个vagrant halt && vagrant up
,但这是非常具有破坏性的。
我尝试过杀死并重新启动kubectl proxy
- 并没有改变这种情况。
所有这一切都在MacOSX笔记本电脑上运行。
非常感谢。