You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
I've been using DevSpace (versions 6.3.1 up to 6.3.12, I've tried them all) with K3d. I'm using a very basic local registry config:
localRegistry:
enabled: true
localbuild: true
This was working perfectly fine with my locally built images and then at some point, it just stopped working. I can see that my pods are trying to pull from localhost on the NodePort port:
Failed to pull image "localhost:32014/<MY_IMAGE>/<PATH>:ILUQyVn": rpc error: code = Unknown desc = failed to pull and unpack image "localhost:32014/<MY_IMAGE>/<PATH>:ILUQyVn": failed to resolve reference "localhost:32014/<MY_IMAGE>/<PATH>:ILUQyVn": failed to do request: Head "http://localhost:32014/v2/<MY_IMAGE>/<PATH>/manifests/ILUQyVn": dial tcp [::1]:32014: connect: connection refused
Warning Failed 13m (x3 over 13m) kubelet Error
What did you expect to happen instead?
I expected that the pods could just pull the local registry images and run successefully.
How can we reproduce the bug? (as minimally and precisely as possible)
My devspace.yaml:
version: ...
...
Local Environment:
DevSpace Version: 6.3.12
Operating System: linux
ARCH of the OS: AMD64 Kubernetes Cluster:
Cloud Provider: k3d
Kubernetes Version: 1.27 Anything else we need to know?
The text was updated successfully, but these errors were encountered:
What happened?
I've been using DevSpace (versions 6.3.1 up to 6.3.12, I've tried them all) with K3d. I'm using a very basic local registry config:
This was working perfectly fine with my locally built images and then at some point, it just stopped working. I can see that my pods are trying to pull from
localhost
on the NodePort port:What did you expect to happen instead?
I expected that the pods could just pull the local registry images and run successefully.
How can we reproduce the bug? (as minimally and precisely as possible)
My devspace.yaml:
Local Environment:
Kubernetes Cluster:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: