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
hello kube2iam community, we recently migrated our workloads to ec2 instances managed by Karpenter NodePool, in ec2nodeclass (launch template) IMDSv2 is enabled by default and we see 401 response codes in kube2iam log output. Several examples
hello kube2iam community, we recently migrated our workloads to ec2 instances managed by Karpenter NodePool, in ec2nodeclass (launch template) IMDSv2 is enabled by default and we see 401 response codes in kube2iam log output. Several examples
level=info msg="GET /latest/meta-data/hostname (401)
level=info msg="GET /latest/dynamic/instance-identity/document/ (401)
but interesting thing that in the same time i see also 200 responses, for example
level=info msg="GET /latest/meta-data/instance-id (200)
manually modifying EC2 instance in AWS console instance metadata options and disabling IMDSv2 resolves issue so seems like related to IMDSv2.
Any specific recommendations how to setup kube2iam daemonset to compatible with IMDSv2 ? thank you.
The text was updated successfully, but these errors were encountered: