1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
Is this expected behavior for EKS Auto Mode/Karpenter nodes failed to pull images when public subnet route points to an Internet Gateway
With the current settings, the above question is expected behavior.
When "associatePublicIPAddress: false" is set, the node will not be assigned a public IP address, and therefore will not be able to pull container images even in a public subnet with a route to the internet gateway.
If you only need to access ECR, you can configure a VPC endpoint and it will work even with "associatePublicIPAddress: false".
https://repost.aws/knowledge-center/eks-ecr-troubleshooting
Relevant content
- asked a year ago
