isovalent/cilium-grafana-observability-demo

Error at Cilium Install cilium (Init:ImagePullBackOff) and cilium-operator (ImagePullBackOff)

alejojo opened this issue · 2 comments

Hello Cilium team,

while going through the demo tutorial I ran across the following error:

kubectl -n kube-system describe pod cilium-dwt6l

  Type     Reason     Age                  From               Message
  ----     ------     ----                 ----               -------
  Normal   Scheduled  2m37s                default-scheduler  Successfully assigned kube-system/cilium-dwt6l to kind-control-plane
  Normal   Pulling    65s (x4 over 2m36s)  kubelet            Pulling image "quay.io/cilium/cilium-ci:df6a89cdcc8ce15dcf9e9644a321e78f37fb038b@sha256:f45e3e3f12373a8fbe3d44c31d8a75d071839e7bdf3e9d5bd761fa064700c814"
  Warning  Failed     64s (x4 over 2m35s)  kubelet            Failed to pull image "quay.io/cilium/cilium-ci:df6a89cdcc8ce15dcf9e9644a321e78f37fb038b@sha256:f45e3e3f12373a8fbe3d44c31d8a75d071839e7bdf3e9d5bd761fa064700c814": rpc error: code = NotFound desc = failed to pull and unpack image "quay.io/cilium/cilium-ci@sha256:f45e3e3f12373a8fbe3d44c31d8a75d071839e7bdf3e9d5bd761fa064700c814": failed to resolve reference "quay.io/cilium/cilium-ci@sha256:f45e3e3f12373a8fbe3d44c31d8a75d071839e7bdf3e9d5bd761fa064700c814": quay.io/cilium/cilium-ci@sha256:f45e3e3f12373a8fbe3d44c31d8a75d071839e7bdf3e9d5bd761fa064700c814: not found
  Warning  Failed     64s (x4 over 2m35s)  kubelet            Error: ErrImagePull
  Warning  Failed     52s (x6 over 2m34s)  kubelet            Error: ImagePullBackOff
  Normal   BackOff    40s (x7 over 2m34s)  kubelet            Back-off pulling image "quay.io/cilium/cilium-ci:df6a89cdcc8ce15dcf9e9644a321e78f37fb038b@sha256:f45e3e3f12373a8fbe3d44c31d8a75d071839e7bdf3e9d5bd761fa064700c814"

kubectl -n kube-system describe pod cilium-operator-76b7d69566-wbrw7

Events:
  Type     Reason     Age                   From               Message
  ----     ------     ----                  ----               -------
  Normal   Scheduled  4m8s                  default-scheduler  Successfully assigned kube-system/cilium-operator-76b7d69566-wbrw7 to kind-control-plane
  Normal   Pulling    2m34s (x4 over 4m7s)  kubelet            Pulling image "quay.io/cilium/operator-generic-ci:df6a89cdcc8ce15dcf9e9644a321e78f37fb038b@sha256:af82317f93aa2e231ddd19cac030ac1ac205cb8ca237b98e44063a51e32178f0"
  Warning  Failed     2m33s (x4 over 4m5s)  kubelet            Failed to pull image "quay.io/cilium/operator-generic-ci:df6a89cdcc8ce15dcf9e9644a321e78f37fb038b@sha256:af82317f93aa2e231ddd19cac030ac1ac205cb8ca237b98e44063a51e32178f0": rpc error: code = NotFound desc = failed to pull and unpack image "quay.io/cilium/operator-generic-ci@sha256:af82317f93aa2e231ddd19cac030ac1ac205cb8ca237b98e44063a51e32178f0": failed to resolve reference "quay.io/cilium/operator-generic-ci@sha256:af82317f93aa2e231ddd19cac030ac1ac205cb8ca237b98e44063a51e32178f0": quay.io/cilium/operator-generic-ci@sha256:af82317f93aa2e231ddd19cac030ac1ac205cb8ca237b98e44063a51e32178f0: not found
  Warning  Failed     2m33s (x4 over 4m5s)  kubelet            Error: ErrImagePull
  Warning  Failed     2m18s (x6 over 4m4s)  kubelet            Error: ImagePullBackOff
  Normal   BackOff    2m6s (x7 over 4m4s)   kubelet            Back-off pulling image "quay.io/cilium/operator-generic-ci:df6a89cdcc8ce15dcf9e9644a321e78f37fb038b@sha256:af82317f93aa2e231ddd19cac030ac1ac205cb8ca237b98e44063a51e32178f0"

@alejojo thanks for reporting!

@chancez is there a non-ci tag we can use already?

Fixed in b29186a. I'll be updating to the next 1.13 RC tag once it's out. Andre said it should be available this week. Seems like our image GC isn't pruning just PR images, but also CI images built from master.