minikube start is giving OS Type not recognized

0 votes

I am using the below command.

minikube start
It is displaying below error message 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.
I tried it on VirtualBox with Ubuntu 16.04 and VT-X/AMD-v.
 I gave even Virtualbox preference to VT-X/AMD-v enable.Can anyone help me with this ?
Thank you
Apr 11, 2018 in Kubernetes by Atul
• 10,240 points
2,394 views

4 answers to this question.

0 votes

Well you can follow the below steps :

Please Enable VT-x on your computer's BIOS.

For Reference: https://kubernetes.io/docs/tasks/tools/install-minikube/

Hope it would help you.

answered Apr 11, 2018 by shubham
• 7,340 points
0 votes

Uninstall/delete all minikube related files on your Linux

minikube delete
rm /usr/local/minikube
rm -rf ~/.minikube

And then start minikube again

answered Apr 29, 2019 by Hameem

edited Apr 30, 2019
This is on Linux right?
Yeesss these commands are to be executed if you're running minikube on linux
For Windows? Windows 10 to be specific.

For Windows 10:

  • Do minikube delete
  • Delete C:\Users\username\.minikube folder.
  • Do minikube start again.
0 votes

For Windows 10:

  • Do minikube delete
  • Delete C:\Users\username\.minikube folder.
  • Do minikube start again.
answered Apr 30, 2019 by Hameem
0 votes
I had the same issue. i had to switch off Hyper-V. That worked for me!
answered Apr 30, 2019 by Lisa

Related Questions In Kubernetes

0 votes
1 answer
0 votes
2 answers

Is there a way to start a cron job manually

You can create a simple job based ...READ MORE

answered Sep 18, 2018 in Kubernetes by Nilesh
• 7,050 points
10,145 views
0 votes
1 answer
0 votes
1 answer

Error saying "the program 'curl' is currently not installed"

Install curl using this command: apt-get update && ...READ MORE

answered Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
1,569 views
0 votes
1 answer

External IP not working with Minikube Kubernetes

You can use an ingress controller on ...READ MORE

answered Jan 24, 2019 in Kubernetes by DareDev
• 6,890 points
2,307 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,523 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 5,976 views
0 votes
1 answer

unable to start Kubernetes due to so many open files in system

You can try the following steps: You can ...READ MORE

answered May 1, 2018 in Kubernetes by shubham
• 7,340 points
1,807 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP