Use stable IDs for etcd, CoreDNS, and Ngnix dashboards

* Use unique dashboard ID so that multiple replicas of Grafana
serve dashboards with uniform paths
* Fix issue where refreshing a dashboard served by one replica
could show a 404 unless the request went to the same replica
This commit is contained in:
Dalton Hubble 2019-08-18 11:46:10 -07:00
parent 3c3708d58e
commit 99990e3cbb
4 changed files with 7 additions and 3 deletions

View File

@ -16,6 +16,7 @@ Notable changes between versions.
* Update Prometheus from v2.11.0 to [v2.11.2](https://github.com/prometheus/prometheus/releases/tag/v2.11.2) * Update Prometheus from v2.11.0 to [v2.11.2](https://github.com/prometheus/prometheus/releases/tag/v2.11.2)
* Update kube-state-metrics from v1.7.1 to v1.7.2 * Update kube-state-metrics from v1.7.1 to v1.7.2
* Update Grafana from v6.2.5 to v6.3.3 * Update Grafana from v6.2.5 to v6.3.3
* Use stable IDs for etcd, CoreDNS, and Nginx Ingress dashboards
* Update nginx-ingress from v0.25.0 to [v0.25.1](https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.25.1) * Update nginx-ingress from v0.25.0 to [v0.25.1](https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.25.1)
* Fix Nginx security advisories * Fix Nginx security advisories

View File

@ -1029,7 +1029,8 @@ data:
"30d" "30d"
] ]
}, },
"timezone": "browser", "timezone": "",
"title": "CoreDNS", "title": "CoreDNS",
"uid": "2f3f749259235f58698ea949170d3bd5",
"version": 0 "version": 0
} }

View File

@ -1224,7 +1224,8 @@ data:
"30d" "30d"
] ]
}, },
"timezone": "browser", "timezone": "",
"title": "etcd", "title": "etcd",
"uid": "c2f4e12cdf69feb95caa41a5a1b423d9",
"version": 215 "version": 215
} }

View File

@ -1052,7 +1052,8 @@ data:
"30d" "30d"
] ]
}, },
"timezone": "browser", "timezone": "",
"title": "Nginx Ingress Controller", "title": "Nginx Ingress Controller",
"uid": "f4af03eca476c08ecf2b5cf15fd60168",
"version": 0 "version": 0
} }