Paweł Krupa
Paweł Krupa
> So it looks like the solution from the patch is simply not creating any rule for scheduler and controller? Actually, no. Selecting `kubeadm` as `platform` will add 2 Service...
Those should be created as files with `kubernetes-` prefix, possibly `kubernetes-kubeControllerManagerPrometheusDiscoveryService.yaml`
What are the labels on this Service when using kops `1.21+`? Bear in mind `main` branch is not supporting kubernetes 1.20 and earlier - https://github.com/prometheus-operator/kube-prometheus#kubernetes-compatibility-matrix
Seems like something that could be done with kube-state-metrics 2.0 and applied as a jsonnet patch/addon to the project. Since this is a pretty frequent request I am adding a...
Yes, exactly what @LeoQuote suggests. We need a jsonnet addon.
> Or would you rather suggest using the HA Prometheus-Alert for alerting and Grafana is merely a "visualization tool"? Yes, this is our suggestion. Especially that kube-prometheus stack already deploys...
It looks like your prometheus tries to replay WAL on start. This operation is very memory intensive and it is possible that you don't have enough memory. If you can...
What is the containerd version used in EKS? `kubectl describe node ...` should have this information under `System Info -> Container Runtime Version` section. I cannot replicate this issue with...
You can also take a look at how I am including a monitoring mixin for coredns with kube-prometheus in my deployment at https://github.com/thaum-xyz/ankhmorpork/blob/master/apps/monitoring/jsonnet/main.jsonnet#L425-L445 :) To shine a bit more light...
We would love to add this ourselves, but sadly our time is limited and we cannot implement this right now. If you require this feature feel free to open a...