App Pod Stuck in "Scheduled" State - Image Pull Not Initiated

Viewed 22

My pod gets successfully scheduled to the node but remains indefinitely in Pending state. The kubelet does not attempt to pull the container image, as evidenced by:

No image-related events in kubectl describe pod (only shows "Scheduled")
No container creation attempts in logs

What specific steps should I take to resolve this?

1754290579614.jpg

1 Answers