KARIMA
KARIMA

Reputation: 71

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

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

Upvotes: 0

Views: 283

Answers (1)

Vit
Vit

Reputation: 8481

  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.

Upvotes: 1

Related Questions