hjacobs / kube-janitor

Clean up (delete) Kubernetes resources after a configured TTL (time to live)
GNU General Public License v3.0
473 stars 40 forks source link

Support ARM/ARM64 #41

Open mortenlj opened 5 years ago

mortenlj commented 5 years ago

I have a small k3s cluster running on a couple Raspberry Pis, and with the size of the cluster, som automatic clean up of stuff I forget would be very helpful.

Any chance you can build a multi-arch image?

PS. You could try out https://pypi.org/project/dockerma/ for a simple way to build multi-arch. Disclaimer: I'm the author of dockerma, and as far as I know I'm the only one who has used it so far :smile:.

hjacobs commented 5 years ago

Some months ago I wanted to do it, but I gave up on multiarch after some tries --- maybe your project will help :smile: