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,
recently we decide to upgrade our karpenter installation on a EKS cluster(1.31).
We upgrade from Karpenter 0.23 to 1.2.
Every went fine expect for one small issue.
Our pods are running on Larpenter nodes and make requests to S3. After the upgrade, we started receiving errors of "AccessDenied" on S3.
After some troubleshooting we find out that the default value of spec.metadataOptions has changed from
We resolve our problem by changing the httpPutResponseHopLimit to 2, but we still do not understand why Karpenter set this value to 1 when AWS recommends a bigger value if you use containers.
So, are we missing something? Are these default values the desired one?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
recently we decide to upgrade our karpenter installation on a EKS cluster(1.31).
We upgrade from Karpenter 0.23 to 1.2.
Every went fine expect for one small issue.
Our pods are running on Larpenter nodes and make requests to S3. After the upgrade, we started receiving errors of "AccessDenied" on S3.
After some troubleshooting we find out that the default value of spec.metadataOptions has changed from
to
However AWS docs recommend using a bigger hop limit when using containers(EKS or ECS): https://aws.amazon.com/it/blogs/security/get-the-full-benefits-of-imdsv2-and-disable-imdsv1-across-your-aws-infrastructure/
We resolve our problem by changing the httpPutResponseHopLimit to 2, but we still do not understand why Karpenter set this value to 1 when AWS recommends a bigger value if you use containers.
So, are we missing something? Are these default values the desired one?
Thanks
Alessandro
Beta Was this translation helpful? Give feedback.
All reactions