aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

[EKS]: amazon-cloudwatch-observability addon having issue when passing fluentBit config using configuration_values #2471

Open alihamza-official opened 1 week ago

alihamza-official commented 1 week ago

I am creating EKS CloudWatch Observability addon using Terraform with this config. All custom configurations are available in configs directory.

image

When deploying it, it goes timed-out after 20 minutes

While exploring the logs of fluentbit pods, it shows file is already available and contains error. If I delete default config and deploy same configurations using terraform_data source, it deploys and works perfectly fine.

image