You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration (see the examples/* directory for references that you can copy+paste and tailor to match your configs if you are unable to copy your exact configuration). The reproduction MUST be executable by running terraform init && terraform apply without any further changes.
If your request is for a new feature, please use the Feature request template.
✋ I have searched the open/closed issues and my issue is not listed.
⚠️ Note
Before you submit an issue, please perform the following first:
Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
Re-initialize the project root to pull down modules: terraform init
Re-attempt your terraform plan or apply and check if the issue still persists
FluentBit Helm Chart is trying to create a new CW Log Group by default with name /aws/eks/fluentbit-cloudwatch/logs even if i specify the name. Its because the default value is autoCreateGroup: true. Since, this module is creating the CW Log group, I have set this to false in set values in my PR.
You can also update the config below but its still throwing an error. This time its due to cloudWatchLogs.logGroupTemplate which is overriding the logGroupName. I have set this value to null in the new PR.
Second issue: FluentBit add-on is successfully deployed however, the log throws an error that IAM role doesn't have access to DescribeLogStreams and CreateLogStream etc.
This issue is due to missing :* in IAM policy
Expected behaviour
Actual behaviour
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered:
Description
Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration (see the
examples/*
directory for references that you can copy+paste and tailor to match your configs if you are unable to copy your exact configuration). The reproduction MUST be executable by runningterraform init && terraform apply
without any further changes.If your request is for a new feature, please use the
Feature request
template.Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]:
Terraform version:
Reproduction Code [Required]
Steps to reproduce the behavior:
My yaml config for deploying the FluentBit add-on
FluentBit Helm Chart is trying to create a new CW Log Group by default with name
/aws/eks/fluentbit-cloudwatch/logs
even if i specify the name. Its because the default value isautoCreateGroup: true
. Since, this module is creating the CW Log group, I have set this to false in set values in my PR.You can also update the config below but its still throwing an error. This time its due to
cloudWatchLogs.logGroupTemplate
which is overriding thelogGroupName
. I have set this value to null in the new PR.Second issue: FluentBit add-on is successfully deployed however, the log throws an error that IAM role doesn't have access to DescribeLogStreams and CreateLogStream etc.
This issue is due to missing
:*
in IAM policyExpected behaviour
Actual behaviour
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: