You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ As an example, here's how the `Kubernetes / Views / Global` dashboard looks like
61
61
| k8s-addons-prometheus.json | Dashboard for Prometheus. |[Screenshot](https://raw.githubusercontent.com/dotdc/media/main/grafana-dashboards-kubernetes/k8s-addons-prometheus.png)|
62
62
| k8s-addons-trivy-operator.json | Dashboard for the Trivy Operator from Aqua Security. |[Screenshot](https://raw.githubusercontent.com/dotdc/media/main/grafana-dashboards-kubernetes/k8s-addons-trivy-operator.png)|
63
63
| k8s-system-api-server.json | Dashboard for the API Server Kubernetes component. |[Screenshot](https://raw.githubusercontent.com/dotdc/media/main/grafana-dashboards-kubernetes/k8s-system-api-server.png)|
64
-
| k8s-system-coredns.json |Show information on the CoreDNS Kubernetes component. |[Screenshot](https://raw.githubusercontent.com/dotdc/media/main/grafana-dashboards-kubernetes/k8s-system-coredns.png)|
64
+
| k8s-system-coredns.json |Dashboard for the CoreDNS Kubernetes component. |[Screenshot](https://raw.githubusercontent.com/dotdc/media/main/grafana-dashboards-kubernetes/k8s-system-coredns.png)|
65
65
| k8s-views-global.json |`Global` level view dashboard for Kubernetes. |[Screenshot](https://raw.githubusercontent.com/dotdc/media/main/grafana-dashboards-kubernetes/k8s-views-global.png)|
66
66
| k8s-views-namespaces.json |`Namespaces` level view dashboard for Kubernetes. |[Screenshot](https://raw.githubusercontent.com/dotdc/media/main/grafana-dashboards-kubernetes/k8s-views-namespaces.png)|
67
67
| k8s-views-nodes.json |`Nodes` level view dashboard for Kubernetes. |[Screenshot](https://raw.githubusercontent.com/dotdc/media/main/grafana-dashboards-kubernetes/k8s-views-nodes.png)|
@@ -95,12 +95,12 @@ grafana:
95
95
96
96
### Install manually
97
97
98
-
On the WebUI of your Grafana instance, put your mouse over the `+` sign on the left menu, then click on `Import`.\
98
+
In your Grafana instance, put your mouse over the `+` sign on the left menu, then click on `Import`.\
99
99
Once you are on the Import page, you can upload the JSON files one by one from your local copy using the `Upload JSON file` button.
100
100
101
101
### Install via grafana.com
102
102
103
-
On the WebUI of your Grafana instance, put your mouse over the `+` sign on the left menu, then click on `Import`.\
103
+
In your Grafana instance, put your mouse over the `+` sign on the left menu, then click on `Import`.\
104
104
Once you are on the Import page, you can put the grafana.com dashboard ID (see table below) under `Import via grafana.com` then click on the `Load` button. Repeat for each dashboard.
105
105
106
106
Grafana.com dashboard id list:
@@ -292,8 +292,7 @@ To make the fix permanent, you can configure the `Scrape interval` in your Grafa
292
292
To make this dashboard more convenient, there's a small variable hack to display `node` instead of `instance`.
293
293
Because of that, some panels could lack data when a node changes its IP address as reported in [#102](https://github.com/dotdc/grafana-dashboards-kubernetes/issues/102).
294
294
295
-
No easy fix for this scenario yet, but it should be a corner case for most people.
296
-
Feel free to reopen the issue if you have ideas to fix this.
295
+
There is currently no known fix for this scenario, though it should be a corner case for most deployments. Contributions with ideas or solutions are welcome.
297
296
298
297
### Broken panels on k8s-views-nodes due to the nodename label
299
298
@@ -326,12 +325,15 @@ If using the Prometheus operator or the Grafana agent in operator mode, the scra
0 commit comments