-
Notifications
You must be signed in to change notification settings - Fork 226
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
ARM64 - build multi-arch images #17
Comments
Thanks, just more details: I also tried the exercise on a Ubuntu VM via Parallels and got the same results. So, hoping multi-arch images will do the trick. |
I prepared a three node Raspberry Pi cluster to begin learning K8s. Unfortunately, I have been having trouble making progress with KIAMOL. It was not until I looked at the container definitions and manually tried running them in Docker that I realized that ARM V7 was not supported. I really hope that this can be sorted out soon. |
I've been building my own images along the way and pushing to my docker.io account, as we have the definition for most of the images -- I'm still looking for a few - I'm using ARM64 so your mileage may vary. Fundamentally: build images you want e.g. ch11 bulletin board. cd to ch11/bulletin-board docker image tag kiamol/ch11-bulletin-board:linux-arm64 jurlwin/ch11-bulletin-board:linux-arm64 docker manifest create "jurlwin/ch11-bulletin-board" "jurlwin/ch11-bulletin-board:linux-amd64" "jurlwin/ch11-bulletin-board:linux-arm64" "jurlwin/ch11-bulletin-board:linux-arm" You are welcome to pull mine, but I'm not paying attention as I go and I may have good or bad results for you. But I'm also still in progress.. :) Good luck |
https://twitter.com/marvinkturner/status/1414281300786155522
The text was updated successfully, but these errors were encountered: