-
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
official image mirror #5573
Comments
@FlorianLudwig for now, you should probably use bitnami on docker hub: https://hub.docker.com/r/bitnami/nginx-ingress-controller/ kubectl set image deployment/nginx-ingress-controller \
nginx-ingress-controller=docker.io/bitnami/nginx-ingress-controller:0.32.0 -n ingress-nginx |
@zackijack It seems they are not a drop-in replacements, so I would not recommend that |
Can we just switch to GCR? Or publish to both? |
🔥🔥🔥🔥🔥🔥 It still returns 500 Internal Server Error 🔥🔥🔥🔥🔥🔥 |
Do you have more information about this?
Switch? No. Both, yes. I am getting information about the procedure to publish and use gcr.io |
k8s says something like:
|
https://status.quay.io/ quays status page the last 24 hours or so. There have been many outages in the last few years many of which are full and extended outages. |
Incident on their status page. This is not the issue of ingress-nginx per se, but having a backup registry would be very welcome in this case. |
After #5578 the project will start pushing images to the gcr.io registry. |
The k8s infra setup is now done. I am setting up the automation to start pushing to Staging copy of the last release |
I'm here for the below as we have an app to install ingress-nginx via arkade and it was failing:
@aledbf given the poor track record for outages recently, what arguments do you see against publishing to both repos and then setting gcr.io as the default? I don't have the full picture that you do. |
The required changes in the project, the needed tasks outside the project (test-infra) kubernetes/k8s.io#882 and kubernetes/test-infra#17652 |
Thanks @aledbf, this was helpful since quay.io is down again |
I was also affected by the quay.io downtime on the licensing server of kubernetic. I had a previous version of nginx-ingress-controller (v0.24.1). I tried to just upgrade the image to 0.32.0 but was not working due to change on runAsUser from 33 to 101. (#4061 (comment)) Then I got the following issue:
Finally I opted instead on deploying a fresh instance from instead of simply patching, and updated the DNS entry to point to the new controller LB service. |
Would be great to have an official mirror for the image. Right now quay.io is down and there is no official backup mirror to pull the image from.
/kind feature
The text was updated successfully, but these errors were encountered: