ctlptl icon indicating copy to clipboard operation
ctlptl copied to clipboard

Issues with wsl2

Open chrislovecnm opened this issue 4 years ago • 1 comments

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

chrislovecnm avatar Jun 14 '21 18:06 chrislovecnm

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

nicks avatar Jun 14 '21 20:06 nicks