-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
cleanup k8s.gcr.io references #28985
cleanup k8s.gcr.io references #28985
Conversation
we don't have any images ever published at k8s.gcr.io/test-infra
we aren't supporting kubernetes versions that haven't switched already anymore
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -18,7 +18,7 @@ periodics: | |||
testgrid-dashboards: sig-cluster-lifecycle-all | |||
testgrid-tab-name: periodic-manifest-lists | |||
testgrid-alert-email: kubernetes-sig-cluster-lifecycle+testgrid@googlegroups.com | |||
description: "OWNER: sig-cluster-lifecycle; an e2e test for verifying manifest list images at k8s.gcr.io" | |||
description: "OWNER: sig-cluster-lifecycle; an e2e test for verifying manifest list images at registry.k8s.io" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the only line that matches the existing pull requests, it's a small enough change that it seemed better to just include it.
the other changes in this PR are different and based on closely inspecting each remaining reference.
/lgtm |
@BenTheElder: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This leaves valid references, which can be tricky to determine.
Remaining:
This is still the correct link
These are the correctly configured jobs for https://github.com/kubernetes/k8s.io/tree/main/k8s.gcr.io
That directory will eventually be wound down, but we're not there yet. When the k8s.io repo is ready, we'll update here as part of that. This is a complex change part of a larger KEP to freeze GCR and switch to registry.k8s.io
This is an old script just printing what images are in use in our CI jobs.
It's still relevant to list if any are coming from k8s.gcr.io, I'd argue more relevant than ever now (since none should be, but someone might on accident)
All of this is configuring CI environments to pull form registry.k8s.io for any k8s.gcr.io images, this requires a reference to the old registry to remap it to the new one and is working as intended.
This label is for https://github.com/kubernetes/k8s.io/tree/main/k8s.gcr.io again.