-
Notifications
You must be signed in to change notification settings - Fork 345
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
Switch from k8s.gcr.io to registry.k8s.io #1734
Comments
Thanks! 👍 We will make sure to track this. |
I wonder if we really need to do anything if they've already put a proxy in front to redirect the important traffic. Investigating. There are lots of threads to read so if someone knows the answer, feel free to point me to it directly. |
AFAIK proxy setup will be like this for transition period, but it isn't clear how long this period will last. Nonetheless Kubernetes 1.25 is expected to switch to new registry by default, so I guess old registry will be available for 1-2 releases after 1.25 until it's completely deprecated. |
Investigating. Investigation complete after 2m. |
Tried to just confirm that all the images we expect (all the conformance images) are available in both locations; confirmed via Making change 👍 |
The community is trying to reduce traffic to k8s.gcr.io and is asking that people move to registry.k8s.io whenever possible. Currently there is a proxy that will redirect you so it won't break if we dont updata right away, but since the change is so close, it is advised that we move now. Fixes #1734 Signed-off-by: John Schnake <jschnake@vmware.com>
Describe the solution you'd like
Kubernetes project is working on switching to new registry by 1.25 release. See kubernetes/k8s.io#1834 and kubernetes/kubernetes#109938. Sonobuoy should follow this change eventually. There are multiple places in code that reference
k8s.gcr.io
now.Anything else you would like to add:
Announcement at https://groups.google.com/g/kubernetes-sig-testing/c/U7b_im9vRrM/m/7qywJeUTBQAJ.
The text was updated successfully, but these errors were encountered: