This message was deleted.
# k3s
a
This message was deleted.
c
If you don't want it to use the proxy between nodes, make sure you have the correct CIDRs and domains in the no_proxy env var
f
I’ve disabled the proxy, but the embedded mirror isn’t working as expected. Do you have a mini test case or know where to check the logs for issues? Thank you.
c
Isn't working as expected how?
❤️ 1
f
I’m using unregistry to pussh images, applying this patch: https://github.com/psviderski/unregistry/issues/4#issuecomment-3043096867 How can I get the embedded registry to work (likely in a k3s environment)? Thank you.
c
I don't know, but you've still not said what isn't working
f
After pussh image to a node A, the pod on node B gets ImagePullBackOff
Honestly i dont know where to check
c
What do you mean “pushing image to node A”. You can’t push images to the embedded registry mirror. If you want them to be visible to spegel you need to load them into the containerd image store, usually by pulling from an upstream registry via crictl or kubelet
❤️ 1
f
I using this patch https://github.com/psviderski/unregistry/issues/4#issuecomment-3043096867 for unregistry, its docker plugin , with that patched i can run docker pussh image user@k3s_nodeA . And pod on node A works fine. Any tip for node B? Thank you.