aws-samples / amazon-cloudwatch-container-insights

CloudWatch Agent Dockerfile and K8s YAML templates for CloudWatch Container Insights.
MIT No Attribution
163 stars 107 forks source link

fluentbit deamonset not runs on fargate #114

Open ngoyal16 opened 1 year ago

ngoyal16 commented 1 year ago

Issue #, if available:

Description of changes:

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

ngoyal16 commented 1 year ago

@SaxyPandaBear can you please review and let me know if any changes needs to be done

SaxyPandaBear commented 1 year ago

@ngoyal16 can you please explain the change?

ngoyal16 commented 1 year ago

@SaxyPandaBear we have an EKS cluster which consist of EC2 nodes and Farget. And farget do not support daemonsets so added anti affinity for farget so an pod for farget won’t get created.. because they will never get scheduled on that

ngoyal16 commented 1 year ago

@SaxyPandaBear any update on same