This message was deleted.
# k3d
a
This message was deleted.
👍 2
m
5.5.0 has a regression with local docker registry images can not be pulled from it using
localhost:5000
looks like this mapping not working
Copy code
mirrors:
          "localhost:5000":
            endpoint:
              - <http://k3d-registry:5000>
w
Which version of k3s are you using with it?
m
I don't pin it, the one that picked up by default by k3d
From logs, it was
rancher/k3s:v1.26.4-k3s1
w
That's weird, if it wasn't working, the release should have failed on the e2e tests. In fact it wasn't working before the release during my tests (made the tests hanging)
What's the error message?
m
sent kubectl output to private message
w
Thank you, I'll get back to this soon