Skip to content

Commit 524270b

Browse files
authored
Merge pull request #8613 from adrianmoisey/update-release-notes
Add more details to VPA release process
2 parents 42b5f34 + a61fd0d commit 524270b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vertical-pod-autoscaler/RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ git switch vpa-release-1.${minor}
9595

9696
Once in the freshly cloned repo, build and stage the images.
9797

98+
> [!NOTE]
99+
> Ensure you have run the following before building the images: `gcloud auth login` and `gcloud auth configure-docker -q`.
100+
98101
```sh
99102
cd vertical-pod-autoscaler/
100103
for component in recommender updater admission-controller ; do TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2` REGISTRY=gcr.io/k8s-staging-autoscaling make release --directory=pkg/${component}; done

0 commit comments

Comments
 (0)