-
Notifications
You must be signed in to change notification settings - Fork 669
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
Add notes section to release documentation #233
Add notes section to release documentation #233
Conversation
/assign @aveshagarwal |
Super cool!!!
/lgtm |
/kind documentation |
Add a link to the test grid dashboard for automated container image builds, and documents useful gcloud commands for woking with the staging registry. This documentation is useful for project maintainers that are creating releases and publishing container images. The chance of remembering these commands and links is slim to none. Therefore documenting this information will be very useful.
The "gcloud container images describe" command is used to get the SHA256 hash of an image in the staging registry. The SHA256 hash is required for the image promotion process. https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io#image-promoter
bddee1c
to
aae52ac
Compare
@aveshagarwal and @ravisantoshgudimetla please review when you have some time. These |
@seanmalloy have you checked container image paths? will lgtm once you confirm. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aveshagarwal, seanmalloy 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 |
@aveshagarwal yes the registry paths are all correct. The paths for the staging and prod registries are laid out differently. No typos this time. :-) |
/lgtm |
…lease-docs Add notes section to release documentation
Add a link to the test grid dashboard for automated container image builds,
and documents useful gcloud commands for woking with the staging registry.
This documentation is useful for project maintainers that are creating
releases and publishing container images. The chance of remembering
these commands and links is slim to none. Therefore documenting this
information will be very useful.