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
Hi, I'm wondering if it would be possible to add support for the --log-file argument on the aws-eks-nodeagent container to set /dev/stdout as the log output.
I have found following comment aws/aws-network-policy-agent#50 (comment) but seems this is not yet possible.
I'm deploying the VPC CNI using TF (aws_eks_addon). Is the JSON schema that is used for configuration generated based on the values.yaml file of this chart ?
Why is this needed:
Agent logs and policy decision logs are by default stored in /var/log/aws-routed-eni/network-policy-agent.log. For log scraping with e.g. fluent-bit, pods need to be privileged to gain access to the log file.
Writing logs to stdout would enable standard log tooling to be used
Thanks
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
What would you like to be added:
Hi, I'm wondering if it would be possible to add support for the
--log-file
argument on the aws-eks-nodeagent container to set/dev/stdout
as the log output.I have found following comment aws/aws-network-policy-agent#50 (comment) but seems this is not yet possible.
I'm deploying the VPC CNI using TF (
aws_eks_addon
). Is the JSON schema that is used for configuration generated based on thevalues.yaml
file of this chart ?Why is this needed:
Agent logs and policy decision logs are by default stored in
/var/log/aws-routed-eni/network-policy-agent.log
. For log scraping with e.g. fluent-bit, pods need to be privileged to gain access to the log file.Writing logs to
stdout
would enable standard log tooling to be usedThanks
The text was updated successfully, but these errors were encountered: