-
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
Add installation documentation for ARM64 #6159
Comments
There is no guide just yet, since the support is still rather experimental (#5667) - still lacking a couple of images, for instance. So the support for building the deb was added, but we haven't started using it just yet. However, I think the binary is posted to GCS (even if not added to GitHub): minikube-linux-arm64 Usage should be very similar to normal, but some container images only have support for amd64. Originally Docker didn't have support for multiple architectures, but it has been added to newer images. You will need a powerful CPU like the Raspberry Pi 4 to run with The main problem is the 2G memory requirement, which might mean having to add a swapfile... But with the addition of more powerful ARM processors, it should work fine to run regular kubernetes. |
Added a reminder to add the architecture to the package filenames in #6281 The main "problem" at the moment is that we only support the server use case... The main desktop OS solution (Raspbian) is using So for the end user, the problems are similar to when running on a virtual desktop. And the total lack of isolation in the But for trying it out, things "should work" now - on both the RPi3b and RPi4b. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
We support ARM64 now, but still do not have documentation for it. I'll keep this open for now. |
It isn't pretty, but it looks like this was fixed: https://minikube.sigs.k8s.io/docs/start/ |
Added an issue to make it pretty: #10353 |
The guide here: https://minikube.sigs.k8s.io/docs/start/linux/ seems for X86 only, the deb package I get is not supported on ARM64,
Is there any guide for installation for ARM64 and the deb is ready?
Thanks a lot!
The text was updated successfully, but these errors were encountered: