Error getting primary cp could not find master node minikube is exiting due to an error

0 votes

Hi Guys,

I am trying to start minikube in my windows system. But it gives me the below error.

$ minikube start --vm-driver=virtualbox 
minikube v1.8.1 on Darwin 10.14.6 Using the virtualbox driver based on user configuration
Error getting primary cp: could not find master node
minikube is exiting due to an error. If the above message is not useful, open an issue:
https://github.com/kubernetes/minikube/issues/new/choose

How can I solve this issue?

May 19, 2020 in Kubernetes by akhtar
• 38,230 points
719 views

1 answer to this question.

0 votes

Hi@akhtar,

You may receive this error when you update your Minikube installation but Minikube is still referencing the old files inside $HOME/.minikube directory. To avoid this error, simply delete the .minikube directory and start Minikube again. You can use the below given command.

$ minikube delete — all — purge
$ rm -rf .minikube/
$ minikube start --vm-driver=virtualbox

Hope this will help you.

answered May 19, 2020 by MD
• 95,440 points

Related Questions In Kubernetes

0 votes
0 answers

While adding slave to master node then im getting an error as mentioned below

error execution phase preflight: couldn't validate the ...READ MORE

Aug 30, 2019 in Kubernetes by Sai kumar G
1,073 views
0 votes
2 answers

Error saying “Error from server (NotFound): the server could not find the requested resource”

official Documentation says: A client should be skewed ...READ MORE

answered Sep 19, 2018 in Kubernetes by Nilesh
• 7,050 points
4,069 views
0 votes
1 answer

Error from server (NotFound): the server could not find the requested resource

Hi@akhatr, The following error might indicate that something ...READ MORE

answered Jul 16, 2020 in Kubernetes by MD
• 95,440 points
3,579 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,587 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 6,073 views
0 votes
1 answer
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