edx-platform
edx-platform copied to clipboard
tutor v14.0.5 couldn't pull image openedx-mfe:14.0.1
Pulling image "docker.io/overhangio/openedx-mfe:14.0.1" failed since this file didn't exist.
$ kubectl get pod -n openedx
...
pod/mfe-dcc58548d-f2j5m 0/1 ImagePullBackOff 0 27s
...
$ kubectl describe pod/mfe-dcc58548d-f2j5m
Name: mfe-dcc58548d-f2j5m
Namespace: openedx
...
Annotations: app.kubernetes.io/version: 14.0.5
Status: Pending
...
Containers:
mfe:
Container ID:
Image: docker.io/overhangio/openedx-mfe:14.0.1
Image ID:
Port: 8002/TCP
Host Port: 0/TCP
State: Waiting
Reason: ErrImagePull
Ready: False
Restart Count: 0
Environment: <none>
...
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
...
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 49s default-scheduler Successfully assigned openedx/mfe-dcc58548d-f2j5m to pool-huaya-dev-od16bjqod-74swx
Normal Pulling 28s (x2 over 47s) kubelet Pulling image "docker.io/overhangio/openedx-mfe:14.0.1"
Warning Failed 24s (x2 over 43s) kubelet Failed to pull image "docker.io/overhangio/openedx-mfe:14.0.1": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/overhangio/openedx-mfe:14.0.1": failed to resolve reference "docker.io/overhangio/openedx-mfe:14.0.1": docker.io/overhangio/openedx-mfe:14.0.1: not found
Warning Failed 24s (x2 over 43s) kubelet Error: ErrImagePull
Normal BackOff 10s (x2 over 43s) kubelet Back-off pulling image "docker.io/overhangio/openedx-mfe:14.0.1"
Warning Failed 10s (x2 over 43s) kubelet Error: ImagePullBackOff