Minikube: Error starting host: Temporary Error: Error configuring auth on host: OS type not recognized

2/13/2019

I get an error :" Error starting host: Temporary Error: Error configuring auth on host: OS type not recognized" when trying to start minikube on windows 10. I have checked VT-x is enabled and I still can't run minikube, can any one help please

enter image description here

-- KARIMA
kubernetes
minikube
virtualization

1 Answer

2/13/2019
  1. minikube delete
  2. Delete C:\Users\username\.minikube folder.
  3. minikube start again.

If this will not help I can advice you install minikube or kubernetes-cli using chocolatey.

-- VKR
Source: StackOverflow