Skip to content

Commit

Permalink
Merge pull request #7762 from jm-franc/patch-1
Browse files Browse the repository at this point in the history
Fix RELEASE.md VPA deployment command line.
  • Loading branch information
k8s-ci-robot authored Jan 24, 2025
2 parents 26c8bbd + 7851e31 commit 3291bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ for component in recommender updater admission-controller ; do TAG=`grep 'const
1. [ ] Deploy VPA:
```shell
REGISTRY=gcr.io/k8s-staging-autoscaling TAG=`grep 'const VerticalPodAutoscalerVersion = ' common/version.go | cut -d '"' -f 2` ./hack/vpa-up.sh
REGISTRY=gcr.io/k8s-staging-autoscaling TAG=`grep 'const versionCore = ' common/version.go | cut -d '"' -f 2` ./hack/vpa-up.sh
```
1. [ ] [Run](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/hack/run-e2e-tests.sh)
Expand Down

0 comments on commit 3291bae

Please sign in to comment.