Issues with wsl2
I am having networking issues still with wsl2. When I run the kind example for an internal registry it works fine. When I use ctptl it is not setting the the port to the random number, but is setting the registry port in the docket container to 500x
I'm not sure I understand the issue.
Are you saying that it's setting up the registry on a different port than you expect?
Or that it's setting the port correctly in Docker but not in the Kind cluster?
something else?
It might be easier to use a pre-determined port like in this example: https://github.com/tilt-dev/ctlptl#kind-with-a-built-in-registry-at-a-pre-determined-port
rather than using a random port and then reading the random port back