I'm just getting started with kuberneted on Windows 10. I downloaded the bits from here.
While attempting to start minikube from powershell:
PS C:\WINDOWS\system32> minikube start --vm-driver=hyperv
I'm encountering the error:
Starting local Kubernetes v1.8.0 cluster...
Starting VM...
E1202 06:53:29.869106 2368 start.go:150] Error starting host: Error starting stopped host: exit status 1.
While the documentation does not mention any prerequisites to run minikube, is there any setting on Windows 10 that needs to change to make it run?