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

fix: use more generic tolerations for promtail #90

Merged
merged 2 commits into from
Jul 19, 2023

Conversation

lentidas
Copy link
Contributor

@lentidas lentidas commented Jul 17, 2023

Description of the changes

Adding taints to your nodes would mean having to add tolerations to Promtail, since this application is required to be deployed on all nodes to receive the logs and send them to Loki.

Before, we only added a specific toleration on the SKS variant to allow Promtail to be deployed on the router nodes, but I've since considered it better to have a more generic toleration, similar to the one from Prometheus Node Exporter DaemonSet. I did not find it necessary to variabilize these tolerations any further.

Breaking change

  • No

Tests executed on which distribution(s)

  • SKS (Exoscale)

@lentidas lentidas requested a review from a team as a code owner July 17, 2023 14:57
@lentidas lentidas merged commit e48c76e into main Jul 19, 2023
@lentidas lentidas deleted the fix_promtail_tolerations branch July 19, 2023 14:03
@github-actions github-actions bot mentioned this pull request Jul 19, 2023
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

Successfully merging this pull request may close these issues.

2 participants