flaky-engineer-56191
06/12/2023, 9:07 AMaloof-painting-18735
06/12/2023, 12:55 PMkubectl describe pods
told me the reasonaloof-painting-18735
06/12/2023, 12:55 PMEvents:
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>"
freezing-airport-6809
aloof-painting-18735
06/12/2023, 1:23 PMaloof-painting-18735
06/12/2023, 1:23 PMaloof-painting-18735
06/12/2023, 1:24 PMdocker pull <http://ghcr.io/flyteorg/flytekit:py3.9-latest|ghcr.io/flyteorg/flytekit:py3.9-latest>
aloof-painting-18735
06/12/2023, 1:25 PMflaky-engineer-56191
06/12/2023, 1:38 PMfreezing-airport-6809
flaky-engineer-56191
06/12/2023, 1:45 PMaverage-finland-92144
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
flaky-engineer-56191
06/12/2023, 1:49 PMaverage-finland-92144
06/12/2023, 2:33 PMflaky-engineer-56191
06/12/2023, 2:49 PMflaky-engineer-56191
06/13/2023, 9:32 AMkubectl describe pods
. Is there anything weird @average-finland-92144 @freezing-airport-6809?average-finland-92144
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?flaky-engineer-56191
06/13/2023, 1:28 PMflaky-engineer-56191
06/13/2023, 3:45 PM