Closed
Description
Is this a BUG REPORT or FEATURE REQUEST?
Bug report for misleading error message / request for improved docs & error messages
Please provide the following details:
Environment:
Minikube version : v0.33.1
- OS : macOS Mojave 10.14.2 (18C54)
- VM Driver : VirtualBox 6.0
- ISO version : minikube-v0.33.1.iso
What happened:
minikube start
Starting local Kubernetes v1.13.2 cluster...
Starting VM...
E0131 14:39:29.593152 91186 start.go:205] Error starting host: Error starting stopped host: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue.
Retrying.
E0131 14:39:29.595252 91186 start.go:211] Error starting host: Error starting stopped host: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue
minikube failed :( exiting with error code 1
What you expected to happen:
- minikube to work correctly,
- OR, a helpful error message
How to reproduce it (as minimally and precisely as possible):
- Completely fresh install of VirtualBox & minikube
- Try running
minikube start
- See the abovementioned error
NOTE: the relevant workaround / fix is to reboot your machine after you have installed VirtualBox. Yes, even on macOS. This is not mentioned in either the docs or the error message - as a user, I had to dig up GitHub issues to find a reference to this.
It would be super useful to have a) better documentation about this, e.g. in readme quickstart b) better error messages
Metadata
Metadata
Assignees
Labels
When a VM driver bug causes the failure (not nested)Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Categorizes issue or PR as related to a bug.Denotes an issue or PR has remained open with no activity and has become stale.Higher priority than priority/awaiting-more-evidence.Issue was last reviewed 2019q2