-
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 tunnel command issue in windows 10 using powershell #10265
Comments
Hey @thirdpartyusage thanks for opening this issue. Unfortunately, I'm not familiar with tunnel/Windows. @blueelvis, would you have any ideas here? Just asking since you were the author of #9753 and definitely know more about this than I do. |
I'm also running into this problem using similar steps to reproduce. First I start minikube:
Then I try to open a tunnel:
But minikube hangs at:
If I kill the minikube process then I see the docker log file at C:\Users\%USER%\AppData\Local\Docker shows the minikube process abnormally closes several sockets:
If I run
But minikube hangs here again:
If I run the
So it looks like minikube is not waiting on the docker deamon. I'm using go 1.15.7 if that helps:
|
I'm also facing the same issue. It hangs at |
I'm also having the same trouble. trying to use minikube tunnel command and it hangs..... can`t run external services ): |
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 |
Hi @thirdpartyusage, please try using another terminal to take advantage of the tunnel, especially if using the Docker driver. The terminal that is running the tunnel itself will hang, as it is used to maintain the tunnel connection. |
Hi @thirdpartyusage – please see the suggestion above. Also, feel free to re-open the issue by commenting with Thank you for sharing your experience! |
minikube start -p test
Then
**Tunnel not working. I updated the latest openssh also. **
ssh -V
OpenSSH_for_Windows_8.1p1, LibreSSL 2.9.2
PowerShell/Win32-OpenSSH#1693
#9753
Referred above two tickets, but still no luck .
Please let me know what i need to add?
@medyagh
The text was updated successfully, but these errors were encountered: