Skip to content

Commit fa0192f

Browse files
authored
Merge pull request #635 from DamianSawicki/fix-readme
Correct link to images.yaml in README from k8s.gcr.io to registry.k8s.io
2 parents fd33e86 + 5387f5b commit fa0192f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Follow these steps to make changes and release a new binary.
6262
Status for build jobs can be checked at - https://testgrid.k8s.io/sig-network-dns#dns-push-images
6363
5. Promote the images to `gcr.io/k8s-artifacts-prod` using the process described
6464
in [this](https://github.com/kubernetes/k8s.io/tree/main/k8s.gcr.io#image-promoter) link.
65-
The image SHAs should be added to [`images/k8s-staging-dns/images.yaml`](https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-dns/images.yaml).
65+
The image SHAs should be added to [`images/k8s-staging-dns/images.yaml`](https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-dns/images.yaml).
6666
The SHAs can be obtained by running the command `python parse-image-sha.py <TAG>`
6767
This will return the SHAs for kube-dns as well as node-cache images. Node-cache images are always promoted, kube-dns images are promoted if there is a change to kubedns/vulnerability fix.
6868
6. Images will be available in the repo registry.k8s.io/dns/. The node-cache image with tag 1.15.14 can be found at registry.k8s.io/dns/k8s-dns-node-cache:1.15.14. Older versions are at registry.k8s.io/k8s-dns-node-cache:<TAG>

0 commit comments

Comments
 (0)