Replies: 2 comments 3 replies
-
Hi @exocode , thanks for creating this issue! |
Beta Was this translation helpful? Give feedback.
-
Ok. But what I still not understand is what is the purpose of So are they two commands are used in common? Or is this only needed in different registry setups? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not getting my local images pulled, I am sure that there is a short way to achieve this, but I didn't found out.
Please help me to get my local docker image into the k3d-cluster
Is this done it with
k3d image import
or withdocker push k3d-metashop-cluster-registry:12345
May I misunderstood the docs or they are outdated, or I am simpy too stupid. (You may make a noob-tutorial :-) for guys like me)
This is the error I get
Failed to pull image "docker.io/library/metashop-backend-api:local": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/metashop-backend-api:local": failed to resolve reference "docker.io/library/metashop-backend-api:local": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
I create my clusters like so:
k3d cluster create
(without any config and without an explicit registry)as well I tried to
k3d cluster create --file k3d-config.yml
k3d-config.yml (mostly copied from the docs)
I added my image like so:
I tried in my deployment the following image paths (tried that on each cluster I created above):
When I run
❯ docker exec k3d-metashop-cluster-agent-0 ctr image ls
What did you expect to happen
Deploying my local images in k3d cluster.
Screenshots or terminal output
pod log
Failed to load logs: container "api" in pod "api-58454769-b8wwh" is waiting to start: trying and failing to pull image
Which OS & Architecture
Which version of
k3d
Which version of docker
many thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions