diff --git a/README.md b/README.md index 2239aa7..a8648cb 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ ## 参考阅读 +1. 建议阅读 [rootsongjc-Kubernetes指南](https://github.com/rootsongjc/kubernetes-handbook) 原理和实践指南。 1. 建议阅读 [feisky-Kubernetes指南](https://github.com/feiskyer/kubernetes-handbook/blob/master/SUMMARY.md) 原理和部署章节。 1. 建议阅读 [opsnull-安装教程](https://github.com/opsnull/follow-me-install-kubernetes-cluster) 二进制手工部署。 diff --git a/docs/guide/heapster.md b/docs/guide/heapster.md index 7154102..e3ed4bc 100644 --- a/docs/guide/heapster.md +++ b/docs/guide/heapster.md @@ -61,9 +61,9 @@ monitoring-grafana is running at https://x.x.x.x:6443/api/v1/namespaces/kube-sys #### 2.通过NodePort 访问 -+ 注意必须修改 grafana.yaml 配置后重新安装 grafana。 + 修改 `Service` 允许 type: NodePort + 修改 `Deployment`中参数`- name: GF_SERVER_ROOT_URL`为 `value: /` ++ 如果之前grafana已经运行,使用 `kubectl replace --force -f /etc/ansible/manifests/heapster/grafana.yaml` 重启 grafana插件 ``` bash kubectl get svc -n kube-system|grep grafana