Skip to content

Commit

Permalink
add wsl2 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkj committed Jan 24, 2025
1 parent 8f13962 commit b96b73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ Mac and Windows run the containers inside a VM and, on the contrary to Linux, th
so the LoadBalancer assigned IP is not working for users.

To solve this problem, cloud-provider-kind, leverages the existing docker portmap capabilities to expose the Loadbalancer IP and Ports
on the host. When you start cloud-provider-kind and create a LoadBalancer service, you will notice that a container named `kindccm -...` is launched within Docker. You can access the service by using the port exposed from the container to the host machine with `localhost`.
on the host. When you start cloud-provider-kind and create a LoadBalancer service, you will notice that a container named `kindccm-...` is launched within Docker. You can access the service by using the port exposed from the container to the host machine with `localhost`.

For WSL2, it is recommended to use the default [NAT](https://learn.microsoft.com/en-us/windows/wsl/networking) network mode with Docker Desktop on Windows. In WSL2, you can access the service via the external IP. On Windows, you can access the service by leveraging Docker's portmap capabilities.
For WSL2, it is recommended to use the default [NAT](https://learn.microsoft.com/en-us/windows/wsl/networking) network mode with Docker Desktop on Windows. On WSL2, you can access the service via the external IP. On Windows, you can access the service by leveraging Docker's portmap capabilities.

Limitations:

Expand Down

0 comments on commit b96b73d

Please sign in to comment.