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?