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
time="2024-05-04T08:04:25Z" level=error msg="Error retrieving credentials" error="ecr: Failed to get authorization token: operation error ECR: GetAuthorizationToken, get identity: get credentials: failed to refresh cached credentials, no EC2 IMDS role found, operation error ec2imds: GetMetadata, request canceled, context deadline exceeded"
E0504 08:04:25.125601 1 archfilter.go:167] "failed to get image architectures" err=<
GET https://....dkr.ecr.eu-west-2.amazonaws.com/v2/.../manifests/latest: unexpected status code 401 Unauthorized: Not Authorized
I realize this is a kops / AWS specific issue, but still curious if someone knows the process to setup the permissions.
The text was updated successfully, but these errors were encountered:
It seems like you need to enable IMDSv2 on your EC2 nodes, or allow your AWS role to use IMDS to begin with. It's an AWS issue, I mean you have to ensure your role has access to what it complains about until it's solved
I am getting a bunch of errors like this:
I realize this is a kops / AWS specific issue, but still curious if someone knows the process to setup the permissions.
The text was updated successfully, but these errors were encountered: