-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Getting Started
documentation for WSL2 & Docker
#13293
Comments
Getting Started
documentation for WSL2 & Docker
that is not really the "Linux distro", that is the whole OS platform ? i.e. switching from running containers to running virtual machines https://docs.microsoft.com/en-us/windows/wsl/compare-versions But then we need to talk about distributions, especially with the known failures when using a system distro...
Basically the WSL2 HyperKit VM is being shared between all running distros, running as system containers. Most likely it will need some special consideration, when adding another layer ? i.e. this affects other drivers as well, not only the "docker" driver. there is the "none" driver today, and soon a "podman" driver (for WSL) |
Just a quick additional note here. Take it as sort of an experience report from a new user - on what would have helped me in the documentation. The biggest Fear, Uncertainty and Doubt 😉 inducing part for for me on getting up to speed with Docker & WSL2 (with my preferred working environment being the shell in my WSL distro) was actually this:
This is the path I ended up taking:
To sum up: I think there are a number of different ways people prefer to work with minikube (my preferred way is just one example). So I would suggest to start off enumerating at least some of those ways (more can always be added later). Just having a brief mention of that this WSL2/Docker Desktop combination actually works so smoothly Perhaps a structure like this - with each of the examples would have enough of, steps to do and what you will get ():
Thoughts? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We should include all the steps for the user on how to get minikube working with WSL2 and the Docker driver.
Some of the things we need to include are how to change the Linux distro from WSL(1) to WSL2, and enabling the WSL2 backend in Docker Desktop. This should improve the success rate of new Windows users using minikube.
The text was updated successfully, but these errors were encountered: