-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Provide ARM ingress-nginx ready helm chart #4876
Comments
@kamilgregorczyk there is no need for a new chart. After #4271 is merged this will work OOTB without any change. In the meantime, you can use Edit: the timeline for #4271 is in the hands of quay.io |
Thanks, btw adding |
@kamilgregorczyk just in case, the default backend is optional since 0.21.0. |
I'm confused: I just tried multiple combinations based on the comments above and helm either pulls the amd64 image or it can't find the 1.6.2 one? (t looks like the quay image is 0.28?). What is the exact helm command to install nginx on arm? |
I am also having the same issue as @pisymbol. Helm is pulling the amd64 image if I specify a tag or it can't find the image if I don't. I have been using this helm command to deploy: Without Tag
With Tag
|
maybe someone knows what is a reliable arm64 repository for ingress controller and all other standard components? I am trying to run on arm64 and by default it throws errors and doesn't start, something tells me it's going to be a challenge to find aaaaalll k8s ecosystem components and images for arm64 🙈 what am I getting into, oh my. is it feasible to run proper k8s clusters with various default things like prometheus, fluentd, etc' on arm, or going to be a nightmare I better avoid? 😅 |
@dmitry-naviteq nightmare |
Hi, right now when I install ingress controller on k3s that's running on arm with
helm install nginx stable/nginx-ingress --set rbac.create=true
it uses amd64 based images, could it be possible to provide something likestable/nginx-ingress-arm
?The text was updated successfully, but these errors were encountered: