file refactor for grafana

This commit is contained in:
marcel-dempers 2020-11-14 08:53:16 +11:00
parent 63cf075fd7
commit 26f7c9c37f
17 changed files with 15 additions and 3 deletions

View File

@ -24,4 +24,8 @@ kubectl -n monitoring apply -f ./monitoring/prometheus/kubernetes/1.14.8/prometh
# Dashboarding
kubectl -n monitoring create -f ./monitoring/prometheus/kubernetes/1.14.8/grafana/
```
```
# Sources
The source code for monitoring Kubernetes 1.14 comes from the [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus/tree/v0.3.0/manifests) v0.3.0 tree

View File

@ -35,4 +35,8 @@ kubectl -n monitoring port-forward prometheus-k8s-0 9090
# Dashboards
kubectl -n monitoring port-forward <grafana-pod-name> 3000
```
```
# Sources
The source code for monitoring Kubernetes 1.15-1.17 comes from the [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus/tree/v0.3.0/manifests) v0.3.0 tree

View File

@ -22,4 +22,8 @@ kubectl -n monitoring apply -f ./monitoring/prometheus/kubernetes/1.18.4/prometh
# Dashboarding
kubectl -n monitoring create -f ./monitoring/prometheus/kubernetes/1.18.4/grafana/
```
```
# Sources
The source code for monitoring Kubernetes 1.18.4 comes from the [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus/tree/v0.6.0/manifests) v0.6.0 tree