Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yellowpattern opened this issue Apr 17, 2024 · 0 comments
Open

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

yellowpattern opened this issue Apr 17, 2024 · 0 comments

Comments

@yellowpattern
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant