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
@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
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
But the best would still be to increase your CPU count in your VM.