Website: Issue with k8s.io/docs/tasks/tools/install-minikube/

Created on 8 Nov 2019  路  8Comments  路  Source: kubernetes/website

Hi Team
I am new to kubernetes and I have install minikube on my local linux box (i.e virtual box) and os is centos 7.5. I am facing following issue while trying to start minikube

  • Requested cpu count 1 is less than the minimum allowed of 2
    minikube version is
    minikube v1.5.2
    I am running following command
    minikube start --vm-driver=none
    Can someone please help me understand what is wrong and resolve this issue ?
    Thanks :)

Most helpful comment

I had this error, and it is discussed in https://github.com/kubernetes/minikube/issues/5010. You can bypass the error message using

minikube start --extra-config=kubeadm.ignore-preflight-errors=NumCPU --force --cpus 1

But the best would still be to increase your CPU count in your VM.

All 8 comments

@vkkothawale, is the cpu count of your vm is 1?

@lojies yes cpu count of my vm is 1

I had this error, and it is discussed in https://github.com/kubernetes/minikube/issues/5010. You can bypass the error message using

minikube start --extra-config=kubeadm.ignore-preflight-errors=NumCPU --force --cpus 1

But the best would still be to increase your CPU count in your VM.

@vkkothawale you can either increase your CPU count or can simply ignore the preflight errors NumCPU

@vkkothawale Is your issue resolved so that we can close this issue?

@GerkinDev I will try the command that you have mentioned and close this issue once that worked.
@RA489 does that make sense ?
Thanks

@vkkothawale Sure

@RA489 It worked Thanks I will close this issue now

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gochist picture gochist  路  3Comments

jbeda picture jbeda  路  4Comments

Karunamon picture Karunamon  路  3Comments

seokho-son picture seokho-son  路  3Comments

ahmetb picture ahmetb  路  4Comments