8、heapster

在heapster二进制包
cd deploy/kube-config/influxdb/里
grafana.yaml heapster.yaml influxdb.yaml

grafana.yaml 和 influxdb.yaml 文件只需要把镜像地址更改就可以。
vim heapster.yaml
K8S 1.9.0二进制包部署(七)
修改此条语句

  • --source=kubernetes:http://192.168.254.53:8080?inClusterConfig=false #写上master地址

原因参考:http://tonybai.com/2017/01/20/integrate-heapster-for-kubernetes-dashboard/
让heapster通过kube APIServer的insecure-port连接

可以提前下载镜像。
docker pull mirrorgooglecontainers/heapster-amd64:v1.4.2
docker pull mirrorgooglecontainers/heapster-grafana-amd64:v4.4.3
docker pull mirrorgooglecontainers/heapster-influxdb-amd64:v1.3.3
K8S 1.9.0二进制包部署(七)_第1张图片