Skip to content
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

Automagic support for arm64 deployments #54

Open
sdlarsen opened this issue Aug 9, 2022 · 2 comments
Open

Automagic support for arm64 deployments #54

sdlarsen opened this issue Aug 9, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sdlarsen
Copy link

sdlarsen commented Aug 9, 2022

The image for the default-backend defaults to k8s.gcr.io/defaultbackend-amd64 in the helm chart, which naturally fails when deploying on arm64. It would be nice to have it point to a manifest with all supported architectures (at least amd64/arm64)

@jcmoraisjr
Copy link
Member

Thanks I'll have a look on the options out there. In the mean time you can try simply not to enable the default backend, haproxy ingress will make haproxy to expose a simple 404 page itself if the default backend isn't configured. Other than that since v0.14 you can also create your own 404 page, maybe you want to give this a try.

@sdlarsen
Copy link
Author

sdlarsen commented Aug 10, 2022

Thanks @jcmoraisjr, disabling the default-backend didn't work out for me at first glance anyway (something with not getting any certs from cert-manager). I'll just keep it on x86_64 for now...

@jcmoraisjr jcmoraisjr added the enhancement New feature or request label Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants