minikube configures the wrong host network interface #8456
Labels
co/virtualbox
kind/bug
Categorizes issue or PR as related to a bug.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
When looking at some other issue, I saw that the internal host address was wrong:
It was supposed to be 192.168.99.1, but picked up the wrong interface (
vboxnet1
).There needs to be some code that matches the name of the interfaces.
Instead of just taking the last one and hoping for the best, like now ?
The text was updated successfully, but these errors were encountered: