-
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
SSH fails infinitely with minikube start --vm-driver=xhyve on macOS Sierra 10.12.6 #1818
Comments
This should be fixed at HEAD, where we are defaulting to the native golang SSH implementation. Do you have a different ssh implementation on your path? |
Apologies, I thought I'd replied when I first saw this. My current PATH is this: According to what I can tell, I should be using the default ssh from |
Still seeing this issue w/ the v0.23.0 release - is this something that can be circumvented manually w/ a default ssh path reassignment? |
Same with 0.23.0, keep getting this error
macOS High Sierra |
It seems minikube is unusable on macOS right now? Is there any workaround? |
same error |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Minikube version (use
minikube version
):minikube version: v0.21.0
Environment:
cat ~/.minikube/machines/minikube/config.json | grep DriverName
):"DriverName": "xhyve"
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):"Boot2DockerURL": "file:///Users/(username)/.minikube/cache/iso/minikube-v0.23.0.iso"
What happened:
When starting the VM for the first time after installing Minikube, the VM builds, boots and then repeats the following infinitely after running
minikube start --vm-driver xhyve --v=10
How to reproduce it (as minimally and precisely as possible):
Install xhyve using the following:
Install
minikube
from scratch for the first time using the guide at https://github.com/kubernetes/minikube/releases/tag/v0.21.0Output of
minikube logs
(if applicable):Anything else do we need to know:
xhyve Driver v.0.3.3
Homebrew 1.3.1
docker-machine version 0.12.0, build 45c69ad
minikube version: v0.21.0
The text was updated successfully, but these errors were encountered: