Need Help with Node Exporter DaemonSet Pod Creation Issues

0
5
Asked By TechieDude42 On

I'm working with the kube-prometheus-stack Helm chart to set up monitoring in a non-production cluster. I've customized my values.yaml file by adding some alerting rules, but I'm running into issues when trying to deploy the stack. Specifically, my node exporters can't create pods due to an error indicating that 8 nodes don't satisfy the Node affinity requirement. Preemption isn't helping either. Can anyone provide guidance on how to properly add tolerations for the prometheus-node-exporter in the values.yaml? Any links or examples would be really appreciated!

3 Answers

Answered By NodeNinja21 On

Are there any taints on your nodes? You might need to set additional affinity rules or tolerations for the node exporter daemonset to get it working correctly.

Answered By HelmWizard99 On

You can find the documentation for the Helm chart values in the GitHub repo. It should include information on how to format your values.yaml file for the node exporter setup.

Answered By KubeGuru88 On

Keep in mind that the prometheus-node-exporter is a dependency of the chart. You'll want to add your values nested under `prometheus-node-exporter:`. For more details, you can check the values file in the subchart specifically for settings related to the node exporter.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.