0

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

更新: OK、influxdb-grafana-controller.yaml で何かを見つけました。値を変更しました: /api/v1/proxy/namespaces/kube-system/services/monitoring-grafana/ を value: / に変更しました

それが良い解決策かどうかはわかりませんが、機能しています。

4

1 に答える 1

0

解決策が見つかりました。クラスターに欠陥がありました。マスターにもフランネルをインストールする必要がありました。vagrant のため、オプション --iface=eth1 を使用。

このガイドhttp://severalnines.com/blog/installing-kubernetes-cluster-minions-centos7-manage-pods-servicesに従いましたが、マスターにフランネルをインストールするように言われませんでした。

influxdb-grafana-controller.yaml から NodePort を削除できます。値 api/v1/proxy/namespaces/kube-system/services/monitoring-grafana/ を元に戻すこともできます。

今、すべてが機能しています。

于 2016-06-26T13:41:26.023 に答える