Albert Wibowo
06/12/2023, 9:07 AMRobert Ambrus
06/12/2023, 12:55 PMkubectl describe pods
told me the reasonEvents:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning Failed 15m (x14 over 63m) kubelet (combined from similar events): Failed to pull image "<http://ghcr.io/flyteorg/flytekit:py3.9-latest|ghcr.io/flyteorg/flytekit:py3.9-latest>": rpc error: code = Unknown desc = failed to pull and unpack image "<http://ghcr.io/flyteorg/flytekit:py3.9-latest|ghcr.io/flyteorg/flytekit:py3.9-latest>": failed to copy: httpReadSeeker: failed open: failed to do request: Get "<https://ghcr.io/v2/flyteorg/flytekit/blobs/sha256:bc2f41c411c6383adc7eda6155671cc80599548541558279f5bec4500428f413>": EOF
Normal BackOff 10m (x294 over 80m) kubelet Back-off pulling image "<http://ghcr.io/flyteorg/flytekit:py3.9-latest|ghcr.io/flyteorg/flytekit:py3.9-latest>"
Ketan (kumare3)
Robert Ambrus
06/12/2023, 1:23 PMdocker pull <http://ghcr.io/flyteorg/flytekit:py3.9-latest|ghcr.io/flyteorg/flytekit:py3.9-latest>
Albert Wibowo
06/12/2023, 1:38 PMKetan (kumare3)
Albert Wibowo
06/12/2023, 1:45 PMDavid Espejo (he/him)
06/12/2023, 1:47 PMkubectl get po -n flyte
(assuming flyte
is the namespace where you deployed Flyte)
and check the status, it should be
1/1 Running
Otherwise, check logs
kubectl logs <flyte-pod-name>-n flyte
Albert Wibowo
06/12/2023, 1:49 PMDavid Espejo (he/him)
06/12/2023, 2:33 PMAlbert Wibowo
06/12/2023, 2:49 PMkubectl describe pods
. Is there anything weird @David Espejo (he/him) @Ketan (kumare3)?David Espejo (he/him)
06/13/2023, 11:49 AMkubectl describe
one of your worker nodes? I've seen this behavior when there's insufficient CPU cores. Also, are you requesting specific resources in your task?Albert Wibowo
06/13/2023, 1:28 PM