Comment 4 for bug 1951245

Revision history for this message
Heitor Matsui (heitormatsui) wrote :

Looking further into the problem the pci-irq-affinity pod is failing with a permission denied error while trying to pull the image:

  Warning Failed 23s (x2 over 37s) kubelet Failed to pull image "registry.local:9001/docker.io/starlingx/stx-pci-irq-affinity-agent:master-centos-stable-20211116T032946Z.0": rpc error: code = Unknown desc = failed to pull and unpack image "registry.local:9001/docker.io/starlingx/stx-pci-irq-affinity-agent:master-centos-stable-20211116T032946Z.0": failed to resolve reference "registry.local:9001/docker.io/starlingx/stx-pci-irq-affinity-agent:master-centos-stable-20211116T032946Z.0": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
  Warning Failed 23s (x2 over 37s) kubelet Error: ErrImagePull
  Normal BackOff 12s (x3 over 37s) kubelet Back-off pulling image "registry.local:9001/docker.io/starlingx/stx-pci-irq-affinity-agent:master-centos-stable-20211116T032946Z.0"
  Warning Failed 12s (x3 over 37s) kubelet Error: ImagePullBackOff

That was caused by the missing imagePullSecrets mentioned before.