Skip to content

Instantly share code, notes, and snippets.

@so0k
Last active March 23, 2017 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save so0k/d437acf9eb30f50a93649cf45bca836c to your computer and use it in GitHub Desktop.
Save so0k/d437acf9eb30f50a93649cf45bca836c to your computer and use it in GitHub Desktop.
$ minikube version
minikube version: v0.14.0
$ minikube start
Starting local Kubernetes cluster...
E0108 18:19:32.625802   27742 start.go:94] 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.
$ minikube status
E0108 18:19:53.049315   29655 status.go:57] Error getting machine status: IP not found for MAC  in DHCP leases
$ ps -xa | grep -e [k]ube
11250 ??        33:38.64 /usr/local/bin/docker-machine-driver-xhyve xhyve -A -U  -c 2 -m 2048M -l com1,autopty -s 0:0,hostbridge -s 31,lpc -s 2:0,virtio-net -s 3,ahci-cd,/Users/vincentdesmet/.minikube/machines/minikube/boot2docker.iso -s 4:0,ahci-hd,/dev/rdisk3 -f kexec,/Users/vincentdesmet/.minikube/machines/minikube/vmlinuz64,/Users/vincentdesmet/.minikube/machines/minikube/initrd.img,loglevel=3 user=docker console=ttyS0 console=tty0 noembed nomodeset norestore waitusb=10 base host=minikube -F /Users/vincentdesmet/.minikube/machines/minikube/minikube.pid -s 5,virtio-9p,host=/Users
  599 ttys001    1:50.76 kubectl completion bash
27742 ttys015    0:00.16 minikube start
minikube logs
2017/01/08 18:33:43 Error getting machine logs: IP not found for MAC  in DHCP leases
@so0k
Copy link
Author

so0k commented Jan 8, 2017

not sure where to get error logs, didn't have time to troubleshoot it yet (will probably try to re-install it... )

note that I'm using docker-machine-driver-xhyve

an alternative I have is corectl and the ability to create multi node clusters... I liked that one better before minikube was incubated

@so0k
Copy link
Author

so0k commented Mar 23, 2017

upgraded to latest minikube, still had same error.

had to use diskutils to unmount the b2d image used by older minikube version, then remove the minikube folder and re-create from scratch. everything ran fine after that.

Newest version also exposes error/info/warning logs from minikube vm 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment