Skip to content

qos-multus-cni pods are not running

Hello Jurgen, during a new deployment on AWS the three multus pods of qos are in error state image

Events:
  Type     Reason     Age                    From               Message
  ----     ------     ----                   ----               -------
  Normal   Scheduled  4m34s                  default-scheduler  Successfully assigned kube-system/qos-multus-cni-5f9w7 to kind-control-plane
  Normal   Pulling    2m48s (x4 over 4m32s)  kubelet            Pulling image "docker.io/bitnami/multus-cni:4.0.2"
  Warning  Failed     2m47s (x4 over 4m25s)  kubelet            Failed to pull image "docker.io/bitnami/multus-cni:4.0.2": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnami/multus-cni:4.0.2": failed to resolve reference "docker.io/bitnami/multus-cni:4.0.2": docker.io/bitnami/multus-cni:4.0.2: not found
  Warning  Failed     2m47s (x4 over 4m25s)  kubelet            Error: ErrImagePull
  Warning  Failed     2m36s (x6 over 4m25s)  kubelet            Error: ImagePullBackOff
  Normal   BackOff    2m22s (x7 over 4m25s)  kubelet            Back-off pulling image "docker.io/bitnami/multus-cni:4.0.2"

Probably it is something related to bitnami repo.

Could you please take a look ?