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
What I'd like:
Currently EKS related logs are being collected from bottle rocket AMI based EKS worker nodes by running logdog command from root shell in the Bottlerocket host's root filesystem. However, the below logs are not included in the logs collected by the logdog command.
ipamd.log
plugin.log
These logs are present in /var/log/aws-routed-eni/ directory when you drop into root shell in the Bottlerocket host's root filesystem by running sudo sheltie
Currently we are collecting all the required logs using the procedure at aws/amazon-vpc-cni-k8s#1316 (comment). However, we want to automate this so that the manual steps are eliminated.
The text was updated successfully, but these errors were encountered:
What I'd like:
Currently EKS related logs are being collected from bottle rocket AMI based EKS worker nodes by running logdog command from root shell in the Bottlerocket host's root filesystem. However, the below logs are not included in the logs collected by the logdog command.
These logs are present in /var/log/aws-routed-eni/ directory when you drop into root shell in the Bottlerocket host's root filesystem by running
sudo sheltie
Can you please include the below line in https://github.com/bottlerocket-os/bottlerocket/blob/develop/sources/logdog/conf/logdog.common.conf to help us eliminate the manual steps we are following currently.
exec ipamd.log cat /var/log/aws-routed-eni/ipamd.log
exec plugin.log cat /var/log/aws-routed-eni/plugin.log
Any alternatives you've considered:
Currently we are collecting all the required logs using the procedure at aws/amazon-vpc-cni-k8s#1316 (comment). However, we want to automate this so that the manual steps are eliminated.
The text was updated successfully, but these errors were encountered: