minikube fails to start...minikube vm waiting for login..macOS 10.12.6 VMWareFusion 8.5.8 #1826
Labels
co/vmwarefusion-driver
Issues with legacy VMware Fusion Driver
kind/bug
Categorizes issue or PR as related to a bug.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug Report
Please provide the following details:
Environment:
Minikube version (use
minikube version
): minikube version: v0.21.0cat ~/.minikube/machines/minikube/config.json | grep DriverName
): "DriverName": "vmwarefusion"cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):"ISO": "/Users/edvilla/.minikube/machines/minikube/boot2docker.iso",
"Boot2DockerURL": "file:///Users/edvilla/.minikube/cache/iso/minikube-v0.23.0.iso",
"ConfigDriveISO": "",
What happened:
After first install vm boots completely and kubectl is registered and works with no issues. After a successful minikube stop, after trying to start again, the VM will stop at asking for login. The terminal shows as follows:
`➜ minikube start --vm-driver=vmwarefusion
Starting local Kubernetes v1.7.0 cluster...
Starting VM...
E0816 09:00:48.144984 11457 start.go:129] Error starting host: Temporary Error: Error configuring auth on host: Too many retries waiting for SSH to be available. Last error: Maximum number of retries (60) exceeded.
Retrying.`
What you expected to happen:
minikube vm auto logs in and SSH tunnel is established
How to reproduce it (as minimally and precisely as possible):
Output of
minikube logs
(if applicable):Anything else do we need to know:
If I delete the ~/.minikube directory and delete the vm manually from VMware fusion, I can launch again with no issues, just first run.
The text was updated successfully, but these errors were encountered: