We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42b5f34 + a61fd0d commit 524270bCopy full SHA for 524270b
vertical-pod-autoscaler/RELEASE.md
@@ -95,6 +95,9 @@ git switch vpa-release-1.${minor}
95
96
Once in the freshly cloned repo, build and stage the images.
97
98
+> [!NOTE]
99
+> Ensure you have run the following before building the images: `gcloud auth login` and `gcloud auth configure-docker -q`.
100
+
101
```sh
102
cd vertical-pod-autoscaler/
103
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