Paweł Krupa
Paweł Krupa
Why in the first place you are using blackbox_exporter to probe kubernetes API server? Default kube-prometheus setup already covers monitoring of k8s API.
I changed the title to better reflect what needs to be implemented.
There is no way to do a hot reload via configmap-reloader. However, we can put hash of the ConfigMap in adapter Deployment annotation and with changes to ConfigMap, Deployment would...
Additionally seems like grafana cannot reach prometheus
One thing to keep in mind is that node_exporter is using `hostNetwork` and thus it is exposed outside the cluster. [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus) (jsonnet one, not helm) deals with this problem by...
Do not merge this yet.
> Also: > - https://github.com/prometheus-operator/kube-prometheus/blame/main/docs/migration-example/readme.md#L65-L67 > - https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/migration-example/my.release-0.8.jsonnet#L46-L48 Those are about migrating to `release-0.8` which uses `kubePrometheus.platform` and not `common.platform`. I am working on an internal logic for handling this.
Sorry, I had to pause working on this for now and there are few cases where this still doesn't work.
Going through the list: - `Watchdog` **should** be firing and it is expected. Alert description says why and what is the purpose of this alert. - `KubeControllerManagerDown` firing means you...
Your code looks good and I just checked it on my machine. Are you on the latest revision of kube-prometheus? --- Replacing `example.jsonnet` from repository with your code and running...