-
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
Running on WSL2 via ssh driver and docker runtime #11574
Comments
cc @afbjorklund, who is the SSH driver expert |
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 |
Seems to be more related to the other SSH issues, try with --native-ssh=false if still relevant |
@afbjorklund Yes, it is definitelly relevant to the other issues. But the quick fix is: |
Steps to reproduce the issue:
I want to use minikube on my laptop and run everything on another Windows system's WSL2.
I did set up ssh access to that other Windows system following these two guides:
I did set the default console so that the ssh connection will open to the WSL.
If I access the system via
I get directly connected to the WSL console of the Windows system (without any password needed).
I did expect minikube to then directly execute / work on the WSL system.
The WSL system has a docker runtime.
Full output of failed command:
ssh connection errors:
I replaced the ssh key with stars.
I have no further idea on what the issue is. When I do the ssh connection by hand it works fine (the ssh connection). But minikube does seem to fail to establish a ssh connection. Not sure what else I could do?
The text was updated successfully, but these errors were encountered: