我已经安装了kube v1.11,因为heapster已经折旧了,所以我使用matrics-server。Kubectl top node命令有效。
Kubernetes仪表板正在寻找堆服务。配置仪表板以使用materics服务器服务的步骤是什么
2018/08/09 21:13:43 Metric client health check failed: the server could not find the requested resource (get services heapster). Retrying in 30 seconds.感谢SR
发布于 2018-08-10 10:46:37
这周一定是提出这个问题的时候了;似乎无论部署堆程序的是什么,都忽略了Service,哪个可以修复as described here --或者tl;dr就是:创建名为heapster的Service,并将其指向您的堆程序包。
发布于 2019-03-01 20:00:59
到今天为止,Kubernetes dashboard还不支持matrics-server,预计很快就会随kubernetes dashboard的新版本一起发布。你可以关注https://github.com/kubernetes/dashboard/issues/2986
https://stackoverflow.com/questions/51775928
复制相似问题