You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a note to the Known Issues document with details related to
proper setup requirements for cgroupv2 support and links to the known
issues page for extra visibility from the Using WSL2 page.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Copy file name to clipboardExpand all lines: site/content/docs/user/known-issues.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ description: |-
40
40
*[Failed to get rootfs info](#failed-to-get-rootfs-info--stat-failed-on-dev)
41
41
*[Docker Desktop for macOS and Windows](#docker-desktop-for-macos-and-windows)
42
42
*[Older Linux Distributions](#older-linux-distributions)
43
+
*[Failure to Create Cluster on WSL2](#failure-to-create-cluster-on-wsl2)
43
44
44
45
## Troubleshooting Kind
45
46
@@ -376,7 +377,14 @@ Although the policy has been fixed in Fedora 34, the fix has not been backported
376
377
377
378
## Docker Desktop for macOS and Windows
378
379
379
-
Docker containers cannot be executed natively on macOS and Windows, therefore Docker Desktop runs them in a Linux VM. As a consequence, the container networks are not exposed to the host and you cannot reach the kind nodes via IP. You can work around this limitation by configuring [extra port mappings](https://kind.sigs.k8s.io/docs/user/configuration/#extra-port-mappings) though.
380
+
Docker containers cannot be executed natively on macOS and Windows, therefore
381
+
Docker Desktop runs them in a Linux VM. As a consequence, the container networks
382
+
are not exposed to the host and you cannot reach the kind nodes via IP.
383
+
384
+
You may be able to work around this limitation by configuring [extra port
Copy file name to clipboardExpand all lines: site/content/docs/user/using-wsl2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,10 @@ description: |-
11
11
All the tools needed to build or run kind work in WSL2, but some extra steps are needed to switch to WSL2. This page covers these steps in brief but also links to the official documentation if you would like more details.
12
12
---
13
13
14
-
## Getting Windows 10
14
+
## Getting Windows 10 or 11
15
15
16
-
Download the latest ISO at https://www.microsoft.com/en-us/software-download/windows10ISO. Choose "Windows 10 May 2020 Update". If there's a later update, that will work too.
16
+
Download the latest ISO at https://www.microsoft.com/en-us/software-download/.
17
+
Choose the latest Windows 10 or Windows 11 release.
17
18
18
19
### Installing on a virtual machine
19
20
@@ -63,13 +64,11 @@ wsl --set-default-version 2
63
64
64
65
Install Docker with WSL2 backend here: https://docs.docker.com/docker-for-windows/wsl/
65
66
66
-
67
67
## Setting up Docker in WSL2 without Docker Desktop
68
68
69
69
Alternatively, docker can be installed in WSL2 without using Docker Desktop.
70
70
See for example: https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9
71
71
72
-
73
72
Now, move on to the [Quick Start](/docs/user/quick-start) to set up your cluster with kind.
- You can check the status of all installed distros with `wsl --list --verbose`.
142
141
- If you had a distro installed with WSL1, you can convert it to WSL2 with `wsl --set-version <distro> 2`
143
142
- Alternative of [Accessing a Kubernetes Service running in WSL2](#accessing-a-kubernetes-service-running-in-wsl2) or [Setting Up An Ingress Controller](/docs/user/ingress/#setting-up-an-ingress-controller) for accessing workloads is using `kubectl port-forward --address=0.0.0.0`.
143
+
- See the [Known Issues](/docs/user/known-issues/) page for additional Windows-related issues and concerns.
0 commit comments