This content has been automatically translated from Ukrainian.
On M1 Mac, when executing minikube config set cpus 4, I encountered the following error:
| You are trying to run the amd64 binary on an M1 system. │ │ Please consider running the darwin/arm64 binary instead. │ │ Download at https://github.com/kubernetes/minikube/releases/download/v1.35.0/minikube-darwin-arm64 │
To fix this, we need to download the library:
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-arm64
And install it:
sudo install minikube-darwin-arm64 /usr/local/bin/minikube
This post doesn't have any additions from the author yet.