If a Pod was waiting for container images to download on the scheduled node, what state would it be in?
If a Pod was waiting for container images to download on the scheduled node, what state would it be in?
When a Pod is created in Kubernetes and is waiting for container images to be downloaded on the scheduled node, it will be in the Pending state. The Pending state indicates that the Pod has been accepted by the Kubernetes system, but one or more of the containers in the Pod have not yet been started. This can happen for several reasons, including waiting for the container images to be pulled from the container registry