-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ec2tagger: Unable to retrieve InstanceId. #367
Comments
I assume I have found the source of the problem in this issue. |
This issue was marked stale due to lack of activity. |
This issue was marked stale due to lack of activity. |
I have the exact issue, after recently new Launch Templates started to disable v1, and only enabled v2. Is there an option we can set to disable, or bypass the reliance on IMDS? |
I experience the same, any progress with this one? |
I got the same issue with the launch template only enabling V2 |
This issue was marked stale due to lack of activity. |
Closing this because it has stalled. Feel free to reopen if this issue is still relevant, or to ping the collaborator who labeled it stalled if you have any questions. |
Hi team,
I'm trying to migrate the EKS metrics and logs from Prometheus to Cloudwatch using this agent but I have some problem.
I have followed this doc and first of all I have attached the policy
CloudWatchAgentServerPolicy
on my NodeGroups IAM role.Then I executed this command as indicated from the doc.
Next this step I verified on my EKS cluster if the deamonset works properly but I see them restarting in loop.
Logs of
cloudwatch-agent
pods show the same error:I have already verified if the problem is a network problem, but with this command from inside each node I can get the EC2 instance metadata correctly:
This error shows up on
fluent-bit
pods too.I have a EKS v1.20 cluster created by eksctl and I have 2 NodeGroup, one of OnDemand and one of Spot with same configuration.
What can I do to understand the problem?
Thanks!
The text was updated successfully, but these errors were encountered: