k8s-folding-at-home icon indicating copy to clipboard operation
k8s-folding-at-home copied to clipboard

Any chance of an arm version

Open 2fst4u opened this issue 3 years ago • 4 comments

Your image looks awesome, I'm really keen to try this on my cluster but I only have raspberry pis so far. Any chance you'd be able to release an arm (or arm64 specifically) image?

2fst4u avatar Nov 21 '20 01:11 2fst4u

There is a chance, yea! Just not sure how I'd build/test it since I dont have any ARM devices..

If you like, feel free to create a PR - I'd suggest a new dockerfile and yaml for running it

richstokes avatar Nov 21 '20 02:11 richstokes

Oh waaaay beyond my capabilities, I've never contributed to a repo before. No rush though if someone else is keen to.

2fst4u avatar Nov 21 '20 02:11 2fst4u

I might create a raspi cluster over the new year, I'll keep this in the back of my head :). but shouldn't be too much of a big change I think 🤔

skandix avatar Dec 13 '20 15:12 skandix

Yeah I think it would be pretty straightforward to create the image, it's just needing some hardware to build/test it on. I tried emulating a R-Pi but it was just way too slow to work with :P

richstokes avatar Dec 13 '20 19:12 richstokes

@2fst4u please help test if this works. I do not currently have arm64 cluster on hand. But podman says it works.

kaovilai avatar Sep 29 '22 01:09 kaovilai

@skandix let me know if your awesome raspi cluster work.

@richstokes you don't actually need hardware, you can emulate it to build on your favorite fast machine.. or as in the https://github.com/richstokes/k8s-fah/pull/17 case, just using Github Actions.

kaovilai avatar Sep 29 '22 01:09 kaovilai

@2fst4u please help test if this works. I do not currently have arm64 cluster on hand. But podman says it works.

I will give it a try next week as I'm currently on holiday away from my system. Looks promising!

2fst4u avatar Sep 29 '22 02:09 2fst4u

Heh. Added E2E tests here https://github.com/richstokes/k8s-fah/pull/18.

Circle CI | Travis shows ARM64 working on ARM64 kind cluster.

kaovilai avatar Sep 30 '22 10:09 kaovilai