-
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
Migrate away from GCR to AR #12400
Comments
/priority important-soon |
FYI @kubernetes/ingress-nginx-maintainers |
Can you help improve the description and make it more elaborate and descriptive. Where is the connection to gcr
|
/remove-priority important-soon can reapply labels after detailing the description of the issue |
We are currently pushing images to GCR. As far as I can tell registry.k8s.io is just another name for that. Before promotion images definitely get pushed to GCR. |
So these 23 locations for And similarly all code instance for /triage accepted |
@ameukam Right now we're publishing images to GCR via Google Cloud Build. In there is a part responsible for the authentication to Google Cloud // Container Registry. Do I understand correctly that this authentication stays the same and we can just change all the occurrences of GCR to AR in the pushing part and then step by step replace pulling from GCR by AR with the new images as the old images will still exist in GCR? |
@Gacko theoretically, the authentication should stay the same for AR. The images hosted on old images will be copied over the AR repository. |
Alright, thank you! I just also read the issue you linked and docs linked in there. If I get everything correctly, this is only affecting the staging registry, so |
Yes. There is no changes for |
What do you want to happen?
Publish images to a new AR container repository. GCR is depecrated and will be removed on March 2025:
https://cloud.google.com/artifact-registry/docs/transition/prepare-gcr-shutdown#what-happens-after-shutdown
Is there currently another issue associated with this?
The text was updated successfully, but these errors were encountered: