My microk8s
runs in my Windows WSL 2 instance. I need to use my WSL IP address to access the container registry, like 172.21.115.208:32000
.
After I pushed an image to that repository, I could not find it through microk8s ctr images ls
. But I can find it using the REST API, like http://172.21.115.208:32000/v2/_catalog
.
I think the ctr images ls
command is referring to a different registry on my system. But I should have only one container registry on my system.