minikube start {OS type not recognized}

大兔子大兔子 提交于 2019-12-23 15:43:34

问题


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


回答1:


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




回答2:


If working on Linux, follow the steps:

Uninstall/delete all minikube related files

1. minikube delete
2. rm /usr/local/minikube
3. rm -rf ~/.minikube

Then do minikube start again. If it doesn't work uninstall & reinstall minikube.

For Windows user follow these steps:

  1. Do minikube delete
  2. Delete C:\Users\username\.minikube folder.
  3. Do minikube start again.

Also, don't forget to stop all the process related to VirtualBox including VBoxHeadless before deleting minikube.



来源:https://stackoverflow.com/questions/46515709/minikube-start-os-type-not-recognized

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!