most-barista-86613
05/15/2025, 8:35 AM/etc/rancher/k3s/registries.yaml
on all nodes in my cluster:
configs:
<http://gitea.mycorp.xyz|gitea.mycorp.xyz>:
auth:
username: some-bot
password: XYZABC123
and have restarted k3s, k3s-agent and containerd services.
However, my pods fail to pull images from the registry. When I use plain docker
providing the same credentials or pass imagePullSecrets
to my pod specs, I can successfully pull any image from that registry (FWIW, the registry is a Gitea instance). How can I debug what configuration k3s/conatinerd is actually using when my pods try to pull the images?most-barista-86613
05/15/2025, 12:02 PM--docker
which does not consider registries.yaml. When using embedded containerd, image pulling works as epected ✅