Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to initialise minikube #13203

Closed
rsotogar opened this issue Dec 20, 2021 · 1 comment
Closed

Unable to initialise minikube #13203

rsotogar opened this issue Dec 20, 2021 · 1 comment

Comments

@rsotogar
Copy link

What Happened?

I am new to minikube and after installing minikube using brew, then runningminikube start, apparently kubelet is not found:

[WARNING Swap]: running with swap on is not supported. Please disable swap
[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'

error execution phase preflight: [preflight] Some fatal errors occurred:

[ERROR KubeletVersion]: couldn't get kubelet version: cannot execute 'kubelet --version': exit status 255
[preflight] If you know what you are doing, you can make a check non-fatal with --ignore-preflight-errors=...
To see the stack trace of this error execute with --v=5 or higher

Attach the log file

logs.txt

Operating System

macOS (Default)

Driver

Docker

@spowelljr
Copy link
Member

Hi @rsotogar, this a duplicate of #12274 so I'm going to close this issue.

The steps to resolve this issue are as follows:

  1. Make sure you're using the arm64 binary of minikube
  2. Run minikube delete --all --purge
  3. Try starting minikube again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants