-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[grafana] some dashboards seems to work not properly #192
Comments
dashboards which have "no data":
etcd metrics missing which are used in the dashboard:
don't know if this is something k3d or kind specific ... investigate |
etcd in k3d: i think it is due to the architecture of k3s/k3d why api-server and etcd are not accessible and maybe also don't expose those metrics by default. However, I found a good issue which might have the solution for this k3s-io/k3s#425 (comment) (and the comments below) will try that. Maybe it also fixes the apiserver dashboard We will propbably need to set it with "--k3s-arg=--cluster-init --k3s-arg=--etcd-expose-metrics=true" Only with cluster-init a etcd server is used ?!? investigating |
kubernetes-sigs/kind#2695 (comment) could help for kind-Cluster |
before fixing this on k3d (which is maybe also a not representative K8s architecture), I tested also on metalstack.cloud, if this problem persists: Also on metalstack.cloud the etcd dashboard prints "No data" ... investigating on metalstack I found out that also in Gardener etcd Cluster is not part of the master node. In Gardener the control-plane of the shoot clusters is in the shoot control-plane namespace in the seed clusters: https://github.com/gardener/gardener/blob/master/docs/concepts/etcd.md So this is also not a standard architecture. |
I will check: Are those dashboards still in grafana and still don‘t work? If not, I close this ticket |
those dashboards got replaced by new ones |
some data is missing, some dashboards only have monitoring namespace selectable
The text was updated successfully, but these errors were encountered: