-
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
minikube start times out (docker ssh connection refused) #16293
Comments
Are you by any chance using the experimental WASM feature? |
As far as I am aware, I am not. I have since gone from using Docker Desktop and instead directly install docker on my debian wsl2 instance and it now works since the 127.0.0.1 is not another instance like it is on Docker Desktop |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues 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. This bot triages un-triaged issues 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. |
What Happened?
Since a couple of weeks ago I can't start any minikube profiles.
It will fail on trying to dial sshd inside the container which refuses the connection for some reason
Even when trying to ssh in manually;
For extra context this is done using Docker Desktop and WSL2.
Attaching into the container and looking for ports it's listening to it does seem sshd is bound to port 22 which is exported to port 64969 by docker
A difference from other containers where I expose ports is that minikube ports are specifically bound to
127.0.0.1
and other containers bind to0.0.0.0
which might have some conflict when running over WSL2?(While waiting for the timeout to occur it also recreated the container with new ports, 65099, but it had the same problem)
Attach the log file
log.txt
Operating System
Windows
Driver
Docker
The text was updated successfully, but these errors were encountered: