cloudflare / cloudflare-ingress-controller

A Kubernetes ingress controller for Cloudflare's Argo Tunnels
Apache License 2.0
364 stars 55 forks source link

32-bit ARM support #140

Closed engenb closed 5 years ago

engenb commented 5 years ago

Hello,

I've built a K8s cluster out of Raspberry PIs that I would love to get set up with the argo ingress controller. Any thoughts around including a linux/arm (non-x64) docker image?

mattalberts commented 5 years ago

@engenb I'm pretty certain I did all the work to support 32bit arm; I just didn't have a way to test it :) You want to try?

mattalberts commented 5 years ago

I'll preemptively create the PR assuming everything works 👍 . If it works out, I'll update the manifest with an arm32v6 image

engenb commented 5 years ago

Hey! Sorry for the radio silence on this issue. I can definitely give this a try in the next week or so. I'd love to get an Argo tunnel set up with my portable K8s cluster!