grafana 未显示在 kubernetes heapster 中

grafana not showing in kubernetes heapster

我尝试在我的 kubernetes 集群上安装带有 grafana 和 influxdb 的 heapster。我无法看到grafana的页面,它只显示我alert.title

我认为我做的一切都是正确的,所有的日志看起来都不错,但这是最后一个问题:如果有人好心告诉我发生了什么,我将不胜感激。

这是我的日志的一部分:

2016/06/23 13:31:23 [I] Completed 172.17.77.1 - "GET /favicon.ico HTTP/1.1" 404 Not Found 2929 bytes in 1224us
2016/06/23 13:31:30 [I] Completed 172.17.77.1 - "GET /grafana HTTP/1.1" 404 Not Found 2929 bytes in 1154us
2016/06/23 13:31:30 [I] Completed 172.17.77.1 - "GET /api/v1/proxy/namespaces/default/services/monitoring-grafana/public/app/app.ca0ab6f9.js HTTP/1.1" 404 Not Found 23 bytes in 545us
2016/06/23 13:31:30 [I] Completed 172.17.77.1 - "GET /api/v1/proxy/namespaces/default/services/monitoring-grafana/public/css/grafana.dark.min.a95b3754.css HTTP/1.1" 404 Not Found 23 bytes in 786us
2016/06/23 13:31:40 [I] Completed 172.17.77.1 - "GET /monitoring-grafana HTTP/1.1" 404 Not Found 2929 bytes in 1409us
2016/06/23 13:31:40 [I] Completed 172.17.77.1 - "GET /api/v1/proxy/namespaces/default/services/monitoring-grafana/public/app/app.ca0ab6f9.js HTTP/1.1" 404 Not Found 23 bytes in 879us
2016/06/23 13:31:40 [I] Completed 172.17.77.1 - "GET /api/v1/proxy/namespaces/default/services/monitoring-grafana/public/css/grafana.dark.min.a95b3754.css HTTP/1.1" 404 Not Found 23 bytes in 1349us
2016/06/23 13:31:46 [I] Completed 172.17.77.1 - "GET /api/v1/proxy/namespaces/default/services/monitoring-grafana/public/app/app.ca0ab6f9.js HTTP/1.1" 404 Not Found 23 bytes in 837us
2016/06/23 13:31:46 [I] Completed 172.17.77.1 - "GET /api/v1/proxy/namespaces/default/services/monitoring-grafana/public/css/grafana.dark.min.a95b3754.css HTTP/1.1" 404 Not Found 23 bytes in 1181us

更新: 好的,我在 influxdb-grafana-controller.yaml 中找到了一些东西,我将 value : /api/v1/proxy/namespaces/kube-system/services/monitoring-grafana/ 更改为 value: /

我不知道这是否是一个好的解决方案,但它确实有效。

好的,我找到了解决方案,我的集群存在缺陷。我也必须在主人身上安装法兰绒。由于 vagrant.

使用选项 --iface=eth1

我遵循了这个指南http://severalnines.com/blog/installing-kubernetes-cluster-minions-centos7-manage-pods-services,但他们没有说要在 master 上安装 flannel。

您可以从 influxdb-grafana-controller.yaml 中删除 NodePort,您也可以将值:api/v1/proxy/namespaces/kube-system/services/monitoring-grafana/ 放回去。

现在一切正常。