-
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
vmware: dialing TCP: ssh: handshake failed / Client.Timeout exceeded while awaiting headers #3620
Comments
Attached complete log. 1.txt Also, changing driver to xhyve has no effect, same result. |
Maybe you have messed up your SSH settings. Check local settings or if you
might a stray binary on path provided by something like brew, etc.
…On Mon, Feb 4, 2019, 14:53 Aaron Lewis ***@***.*** wrote:
Attached complete log. Rename to log.txt and view it.
[image: 111]
<https://user-images.githubusercontent.com/1357701/52212400-5a4b5480-28c7-11e9-89e0-5a23497db444.jpg>
Also, changing driver to xhyve has no effect, same result.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3620 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAHZuO0D7vi0Rv58Et49dR3cskI7i1Nks5vKDtxgaJpZM4ahNv1>
.
|
|
This is odd - I haven't seen it in the logs - how did you get this exactly? |
@gbraad @balopat I don't have a stray binary. But I have ~/.ssh/config in place to determine which ssh private key to use. And minikube used the wrong key, perhaps? Here's my ssh config
Anyway, it seems to happen with vmwarefusion driver only. I have removed the machine with the delete command, going to recreate it. |
I might figured it out: I forget to start the proxy, so the first run on
I started minikube again, it did not attempt to pull the docker image again. It went straightly to start all services ...
|
Still not working. Failed at the RBAC stage:
port 8443 is up in the VM:
Attached complete log: log.txt |
Possibly a dupe of #3242 |
What kind of proxy are you running? It would be useful to know the details of your setup so that we can repro this. |
Also related to #3145 |
It's a squid proxy running on a remote server. |
I should start minikube with --docker-env only, removing the |
Running latest version, I have multiple issues with minikube and it's not working at all. The command line is:
1. weird config file location issue
This is the first error message I encountered:
Clearly the file is generated and saved at
~/.minikube/machines/minikube/config.json
, was it a backward compatible feature?2. SSH login issue
I got tons of ssh errors:
I had to login with password
tcuser
and add the key to authorized_keys, WTF?3. kube is not started at all
Installation is finally completed, now I started to get this:
Inside the VM:
What should I do?
The text was updated successfully, but these errors were encountered: