Search code examples
kubernetesdevopsmanjaro

minikube start {OS type not recognized}


minikube start

giving below error messaage on Manjaro Deepin ( Arch Linux ).

E1002 00:02:24.832976 26272 start.go:143] Error starting host: Temporary Error: Error configuring auth on host: OS type not recognized.

tried it on VirtualBox with Ubuntu 16.04 and VT-X/AMD-v not enable error giving even Virtualbox preference set to VT-X/AMD-v enable.

Note : Need to fix the issue on my local machine not the virtualBox

uname -a output

Linux xxx-pc 4.9.51-1-MANJARO #1 SMP PREEMPT Wed Sep 20 10:37:40 UTC 2017 x86_64 GNU/Linux


Solution

  • Please Enable VT-x on your computer's BIOS. For Reference: https://kubernetes.io/docs/tasks/tools/install-minikube/