Minikube on Windows 10 with Hyper-V stuck on "Starting cluster components" Minikube on Windows 10 with Hyper-V stuck on "Starting cluster components" kubernetes kubernetes

Minikube on Windows 10 with Hyper-V stuck on "Starting cluster components"


Download cmder, type bash to switch to bash, export http_proxy and https_proxy and run minikube start. You can find more information about the related topic at https://github.com/kubernetes/minikube/issues/2425.

You may also try to launch minikube with --bootstrapper=localkube option.


I was also stuck "Starting cluster components..."
After a lot of retries I found out in some github issue that I have to add the global system variable MINIKUBE_HOME and then it worked. The variable has to point to the path where minikube.exe is installed.

MINIKUBE_HOME=C:\Program Files (x86)\Kubernetes\Minikube