Replace deprecated k8s registry references#678
Replace deprecated k8s registry references#678k8s-ci-robot merged 1 commit intokubernetes:masterfrom jmhbnz:master
Conversation
Problem: Previously all of Kubernetes' image hosting has been out of gcr.io. There were significant egress costs associated with this when images were pulled from entities outside gcp. Refer to https://github.com/kubernetes/k8s.io/wiki/New-Registry-url-for-Kubernetes-(registry.k8s.io) Solution: As highlighted at KubeCon NA 2022 k8s infra SIG update, the replacement for k8s.gcr.io which is registry.k8s.io is now ready for mainstream use and the old k8s.gcr.io has been formally deprecated and projects are requested to migrate off it. This commit migrates remaining references for kubernetes/git-sync to registry.k8s.io. Signed-off-by: James Blair <mail@jamesblair.net>
|
Welcome @jmhbnz! |
|
|
||
| When that PR is merged, the promoter bot will copy the images from staging to | ||
| the final prod location (e.g. `k8s.gcr.io/git-sync/git-sync:v3.3.2`). | ||
| the final prod location (e.g. `registry.k8s.io/git-sync/git-sync:v3.3.2`). |
There was a problem hiding this comment.
There is one further reference above in relation to the pull request release process. It looks like that path is still valid in the k8s.io repository so we might need to make a further change at a later date to change that reference once the dependency has been updated?
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmhbnz, thockin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Problem: Previously all of Kubernetes' image hosting has been out of gcr.io. There were significant egress costs associated with this when images were pulled from entities outside gcp. Refer to https://github.com/kubernetes/k8s.io/wiki/New-Registry-url-for-Kubernetes-(registry.k8s.io)
Solution: As highlighted at KubeCon NA 2022 k8s infra SIG update, the replacement for k8s.gcr.io which is registry.k8s.io is now ready for mainstream use and the old k8s.gcr.io has been formally deprecated and projects are requested to migrate off it. This commit migrates remaining references for kubernetes/git-sync to registry.k8s.io.
Umbrella issue: kubernetes/k8s.io#4738