-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
minikube can't start an amd64 container on Apple Sillicon #16530
Comments
I've installed amd64 minikube on M1 MacBook Pro and when I start I get:
|
Same issue, I am new to kubernetes and I am following a set of tutorials. I wish minikube supported amd64 emulation so I could have just used the images provided by the tutorial 😆 It also makes a lot of sense in development scenarios. I wish minikube supported I'll probably end-up using |
Facing the same issue. Can't run amd64 images in minikube. |
Minikube should allow running the node container in emulation. At least for as long as it takes Kubernetes to update the tutorials... |
Installing
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
What Happened?
I have installed amd64 minikube on my machine (M1 Mac) using below command -
Then I started the cluster using -
It was able to successfully start a minikube container in docker -
Then, I checked the architecture of the running container and found out it was not amd64.
And, since the minikube container is running as aarch64 I can't run amd64 pods inside it. 😭
It looks like a bug to me, since my amd64 minikube actually tried to download and run an amd64 kickbase image but ended up running the aarch64 one.
Here's my Docker info if that helps -
Attach the log file
Here are the logs.
Operating System
macOS (Default)
Driver
Docker
The text was updated successfully, but these errors were encountered: