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

Remove unnecessary tolerations from fluent-bit pods #146

Merged

Conversation

otterley
Copy link
Contributor

Description of changes:

Remove unnecessary tolerations from fluent-bit pods. These tolerations were far too broad and caused scheduling of these pods onto Fargate nodes, where daemonsets aren't supported. Customers can apply their own site-specific tolerations as necessary.

There weren't similar tolerations for the cloudwatch-agent daemonset, so the impact on existing clusters should be only to remove fluent-bit pods from tainted nodes. Again, customers can apply their own specific tolerations if they desire fluent-bit to be rescheduled on tainted nodes.

Fixes #61

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@SaxyPandaBear SaxyPandaBear merged commit 1013274 into aws-samples:main Jul 25, 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.

fluent-bit daemonset scheduled on fargate nodes
2 participants