draganm / missing-container-metrics

Prometheus exporter for container metrics cAdvisor won't give you
MIT License
171 stars 32 forks source link

Add tolerations to the helm chart #30

Closed jadolg closed 5 months ago

jadolg commented 5 months ago

This will allow the pods to be scheduled in nodes with taints. I'm making the assumption that we want to run this application in control-plane nodes and other "special" nodes since we need metrics from them too. I added a default toleration to make it schedule in control-plane nodes. You can find the same kind of toleration in the prometheus-node-exporter chart.

jadolg commented 5 months ago

This project seems very much unmaintained