Skip to content

Commit

Permalink
docs: Grid validation in README#Release process
Browse files Browse the repository at this point in the history
This adds to the release instructions in README.md that
https://testgrid.k8s.io/sig-network-gce#gci-gce-serial-kube-dns should
be verified after bumping kubedns versions in kubernetes/kubernetes.

Signed-off-by: Damian Sawicki <dsawicki@google.com>
  • Loading branch information
DamianSawicki committed Dec 16, 2024
1 parent 8b8dac2 commit 51fc642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ Follow these steps to make changes and release a new binary.
The SHAs can be obtained by running the command `python parse-image-sha.py <TAG>`
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.
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>
7. Submit a PR for the kubernetes/kubernetes repository to switch to the new
7. Verify the test grid at https://testgrid.k8s.io/sig-network-gce#gci-gce-serial-kube-dns for regressions caused by the new image.
Submit a PR for the kubernetes/kubernetes repository to switch to the new
version of the containers. Example - https://github.com/kubernetes/kubernetes/pull/106189

## Version compatibility
Expand Down

0 comments on commit 51fc642

Please sign in to comment.