mirror of https://github.com/easzlab/kubeasz.git
minor changes
parent
e26618cb2b
commit
087f9b2eba
|
@ -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) 二进制手工部署。
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue