Can you run below?
$ kubectl describe pod e4eca54c-e2bb-4feb-a476-0de3ea24db47
Please make sure that when a pod is running into “ContainerCreating”, it may be pulling a docker. For example, get below log with above command,
…
Normal Pulling 81s kubelet Pulling image “nvcr.io/nvidia/tao/tao-toolkit:5.0.0-tf1.15.5”
So, in this case, please wait for it until the pod is in “complete” state. And then wait for its task is finished. In a word, please wait for.
You can check its task via running "$kubectl describe pod xxx " along with the log mentioned in it.