In need to run k3d as amd on mac m1 #1031
-
Hi, big fan of k3d. One query I had is often we see images that only built on amd64 arch. Any idea how we can run k3d cluster as amd platform on macos m1 chips. like in docker you can provide --platform to override default arch. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
Hey @ahsan-n , thanks for starting this dicussion! |
Beta Was this translation helpful? Give feedback.
-
I tried the above approach. I.e.
|
Beta Was this translation helpful? Give feedback.
-
this works (just overriding
|
Beta Was this translation helpful? Give feedback.
-
Seems like this is still an issue. Has anyone figured out a workaround? |
Beta Was this translation helpful? Give feedback.
-
Did you try #1031 (comment) ? |
Beta Was this translation helpful? Give feedback.
Hey @ahsan-n , thanks for starting this dicussion!
I guess you can just do
k3d cluster create --image rancher/k3s:v1.22.7-k3s1-amd64
🤔You can see the tags on DockerHub, where for every version and platform there is a specific tag: https://hub.docker.com/r/rancher/k3s/tags