Nov 19, 2021
In your /etc/hosts file you need to provide an IP address of a minikube that's running on your machine.
Therefore to check it run the "minikube ip" command and update hosts file accordingly. In my case the IP was 172.17.0.2, but in your case it can be different.
So in other words, with hosts file we're not forcing minikube to run on a particular IP address