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.
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.
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.