Ray Huang
Ray Huang
I just tried this dashboard with current version of [sustainable-computing-io/kepler-helm-chart](https://github.com/sustainable-computing-io/kepler-helm-chart). But it seems not to be compatible with old Kepler image (release-v0.8.0 which is Chart appVersion). And I also try...
I use manifest/helm/kepler to install new version of Kepler, but still met a problem about dashboard. I want to know how to get the uid of datasource in dashboard, [the...
I just try the dashboard in my cluster (copy the JSON into grafana pod), everything looks well except [the container part here](https://github.com/sustainable-computing-io/kepler/blob/830040c077b70f5fc383c5e72ca9d68c15933c37/compose/default/grafana/dashboards/latest/dashboard.json#L2344). It still remains hard-coded datasource uid.
According to [the docs you refer](https://kubernetes.io/docs/reference/using-api/health-checks/), it mentions that `healthz` is deprecated since Kubernetes v1.16. Therefore, I think this should change `healthz` to `readyz`, otherwise we may need to change...
Sorry for mistaking that. I originally thought it is something like a standard, but it is just an implementation of Kubernetes API server.
About the `readyz`, is it good to use whether exporter provides metrics to check readiness? (Maybe similar to current check of `/metrics`) For the `livez`, I think if the API...
I originally consider that `readyz` should check Kepler's functions works well (like that computation are available to work and export). If we are afraid that the computation may hurt performance,...
I just found that the documents are marked deprecated... https://github.com/sustainable-computing-io/kepler-doc/pull/172
What is the relationship between [sustainable-computing-io/kepler-helm-chart](https://github.com/sustainable-computing-io/kepler-helm-chart) with this stuff? Aren't they meant for the same purpose (Use helm to install Kepler)?
I need to say that helm repo really makes the whole install process much easier. Why helm-chart repo needs to be archived? Could you just mark another tag or release...