Closed AyliD closed 2 years ago
Hi @AyliD , thanks for opening this issue!
So you're trying to run the pod with --image=host.k3d.internal:5050/nginx
, but you never registered the registry under the name host.k3d.internal
... During cluster creation, you configured --registry-use k3d-local-registry:5050
via flag and registry.localhost:5000
via configfile.
What did you do
How was the cluster created?
k3d registry create local-registry --port 5050
k3d cluster create mycluster --registry-use k3d-local-registry:5050 --config cluster_config.yaml
What did you do afterwards?
docker push localhost:5050/nginx
Wasnt able to start new pod using image from local registry:
Error:
What did you expect to happen
Was hoping image will be pulled properly and pod will be running.
Screenshots or terminal output
If applicable, add screenshots or terminal output (code block) to help explain your problem.
Which OS & Architecture
Which version of
k3d
k3d version v5.3.0 k3s version v1.22.6-k3s1 (default)
Which version of docker