minor changes

pull/275/head
jmgao 2017-12-13 14:08:35 +08:00
parent e26618cb2b
commit 087f9b2eba
2 changed files with 2 additions and 1 deletions

View File

@ -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) 二进制手工部署。

View File

@ -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