awslabs / amazon-eks-ami

Packer configuration for building a custom EKS AMI
https://awslabs.github.io/amazon-eks-ami/
MIT No Attribution
2.46k stars 1.15k forks source link

ImagePullBackOff Error when Pods are Running on the Same Node in EKS #2039

Closed kirangkumar closed 2 weeks ago

kirangkumar commented 2 weeks ago

I am encountering an issue where certain pod in my Amazon EKS cluster are repeatedly failing with an ImagePullBackOff error, although it is scheduled to run on the same node. The error persists despite the images being correctly pushed to the associated container registry.

Environment: EKS Cluster Version: 1.29 AMI: 1.29.8-20240928 Container Registry: Amazon ECR

Steps to Reproduce: Deploy a set of pods with the same container image on the EKS cluster. Check the status of the pods using kubectl get pods -n <namespace>. Observe that the pods are failing with the ImagePullBackOff error.

Screenshot 2024-11-07 at 4 38 53 PM image