All original content is created in Ukrainian. Not all content has been translated yet. Some posts may only be available in Ukrainian.Learn more

Fixing minikube "You are trying to run the amd64 binary on an M1 system."

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:
sudo install minikube-darwin-arm64 /usr/local/bin/minikube

This post doesn't have any additions from the author yet.

What is XOR and how does it work?
Mar 21, '25 17:05

What is XOR and how does it work?

Embedded programming: what it is and how to get started
Mar 24, '25 16:48

Embedded programming: what it is and how to get started

Pessimistic Lock in Rails: what it is and when to use it. What are the alternatives?
Mar 31, '25 17:45

Pessimistic Lock in Rails: what it is and when to use it. What are the alternatives?

Why does PostgreSQL skip IDs when saving new records? (Heroku)
Mar 31, '25 19:13

Why does PostgreSQL skip IDs when saving new records? (Heroku)

[Codecov] What is the difference between patch and project coverage?
Apr 9, '25 16:03

[Codecov] What is the difference between patch and project coverage?

How do Scratch courses help children develop soft skills?
Apr 11, '25 18:24

How do Scratch courses help children develop soft skills?

Apr 24, '25 20:55

Fixing minikube on Mac with M1 (abandoning qemu, running on docker)

Where to find an older version of Google Chrome and download it? Using an old Mac as an example.
Apr 25, '25 23:02

Where to find an older version of Google Chrome and download it? Using an old Mac as an example.

May 9, '25 19:27

[FIXED] cannot load such file -- html/pipeline (LoadError) occurs during rails generate thredded:install

Task: Convert a Roman numeral to decimal (Ruby)
May 20, '25 12:05

Task: Convert a Roman numeral to decimal (Ruby)

Task to check the correctness of bracket placement (Ruby)
May 21, '25 10:27

Task to check the correctness of bracket placement (Ruby)

How to find the maximum subarray sum in Ruby
May 22, '25 11:01

How to find the maximum subarray sum in Ruby