-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
blog: update old blog post to not user "none driver" for minikube #26998
Comments
/assign @medyagh thanks for catching this! |
/assign @nunix |
@idvoretskyi: GitHub didn't allow me to assign the following users: nunix. Note that only kubernetes members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
first, thanks a lot for your feedback @medyagh , really appreciated. Concerning the driver, I think the timing is very good as WSL2 is now "live", so the Windows Insiders is no more needed and the default kernel used is the 5.4.x and is built with modules needed by Kubernetes and/or Docker. I will go through the blog post and refresh it entirely, so we keep only one blog post, but this will could be seen as a V2 |
/assign @nunix |
/sig windows @nunix we usually don't make substantial revisions to published blog articles. If you are planning a big revision, it might be better to propose a new article and then update the old article to start with a notice about reading the new article instead. |
thanks a lot @sftim, I was actually start thinking the same ... but I might then just remove the part of the none driver to address this issue and then concentrate on a new blog (might take more time due to my workload lately) |
/triage accepted |
@nunix I wonder was there a PR that made for this issue, is this still being worked on ? |
hi @medyagh , sorry I have some delay here. I need to test the docker provider again, my first test didn't work, but I guess I did something wrong. I will amend the blog post asap. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale @nunix Can you comment if this is something you're still working on? @sharifelgamal mentioned in issue kubernetes/minikube#10343 that proper support for WSL with the docker and none drivers is on the roadmap for this year, so maybe you're waiting on that? |
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 and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. 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. |
minikube has added docker driver since 2019 and "none driver" is not recommended and only meant to be used by CI or when there is no other option. which causes issues like this for users kubernetes/minikube#8568 (comment)
we strongly suggest using other drivers. if u dont specify the --driver flag, minikube will choose the best driver for your environment.
I suggest updating this blog post to use minikube with either docker driver (or not set the --driver at all) to let minikube choose the best driver:
blog post: https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop/#minikube-updating-the-host
@idvoretskyi
The text was updated successfully, but these errors were encountered: