-
Notifications
You must be signed in to change notification settings - Fork 4.1k
VPA - Update release instructions for automatically built images #8081
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
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raywainman 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 |
c400911
to
2950b1f
Compare
2950b1f
to
c6ce144
Compare
|
||
```sh | ||
cd vertical-pod-autoscaler/ | ||
TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2` |
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.
I wonder if it makes sense to echo $BUILD_TAG and $TAG just to show the operator what's happening?
TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2` | |
TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2` | |
echo "Adding tag $TAG based on built tag $BUILD_TAG" |
/lgtm Left comment, so will hold: Your choice if it needs addressing or not |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Update the release instructions to make use of the automatically built images as part of #7902.
Does this PR introduce a user-facing change?