influxdata / helm-charts

Official Helm Chart Repository for InfluxData Applications
MIT License
233 stars 329 forks source link

[telegraf-ds] pods don't get run on unschedulable masters #637

Open yellowpattern opened 7 months ago

yellowpattern commented 7 months ago

If there are unschedulable nodes in the cluster (e.g. masters) then the pod won't run there, leaving an element of the cluster unable to be monitored for metrics.

This is required:

spec:
...
  template:
...
    spec:
...
      tolerations:
      - key: node-role.kubernetes.io/master
        effect: NoSchedule