Unable to start minikube with Hyper-V on windows 10 Unable to start minikube with Hyper-V on windows 10 kubernetes kubernetes

Unable to start minikube with Hyper-V on windows 10


finally, i was able to launch minikube with --force flag, there is an issue with minikube 1.7.2 described here #6579


Once minikube is installed, run the following command in powershell( as Administrator)

  1. minikube config set driver hyperv
  2. minikube delete
  3. minikube start --vm-driver=Hyper-V