This message was deleted.
# k3s
a
This message was deleted.
c
containerd log shows failed interaction with registry-1.docker.io but I imported the image locally with 'ctr image import'. The image metadata must be an issue
s
It doesn't look like you imported the images into the correct namespace. i.e.
ctr -n=<http://k8s.io|k8s.io> image import ...
c
I found no difference with k8s.io as namespace, but have started using it consistently
g
anyway why don't you deploy a local registry and push images to it?
c
@gentle-engine-82305 thank you - that error is very similar but not the same. I tried a local docker registry but I would prefer to not install docker at all.
"pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed"
containerd logs show
Copy code
time="2025-03-03T09:15:22.739740698-05:00" level=info msg="fetch failed" error="pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed" host=registry-1.docker.io
but my image is local, why is this reaching out to registry-1.docker.io?