amd64 lima vm for arm64 host / Mac M1 #1555
electriquo
started this conversation in
General
Replies: 2 comments
-
Please see #1501 for the current status quo |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any update on this issue? This must be a huge problem for all the developers and other people wanting to run a dev kubernetes on their M1/M2/M3 Apple computers (including me) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Lima VM is used as the host machine for containers runtime. By default, it seems that Lima provision a VM with the same platform architecture as the host machine, which Rancher Desktop is installed. E.g. for a host machine with amd64 platform architecture, Lima provision a VM of the same platform architecture
Which in turn, spins up containers that are built with the same architecture type of the Lima VM architecture.
For host machine with arm64, it becomes problematic, since not all images are built for multi-architecture platform and usually built for amd64 platform architecture. For instance, postgres has multi-architecture platform images
while mysql does not
Can we instruct Lima VM to provision an amd64 VM on arm64 host machine?
Will it solve a host machine with arm64 platform architecture to allow working with containers seamlessly?
How do you advise to do it?
Beta Was this translation helpful? Give feedback.
All reactions