Skip to content

Commit

Permalink
Merge pull request #7199 from based64god/master
Browse files Browse the repository at this point in the history
VPA: Use kubectl apply to upsert VPA resource instead of create.
  • Loading branch information
k8s-ci-robot authored Aug 30, 2024
2 parents c75c325 + 4a6dec1 commit bc1de38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/hack/vpa-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ if [ "${TAG_TO_APPLY}" == "${DEFAULT_TAG}" ]; then
git switch --detach vertical-pod-autoscaler-${DEFAULT_TAG}
fi

$SCRIPT_ROOT/hack/vpa-process-yamls.sh create $*
$SCRIPT_ROOT/hack/vpa-process-yamls.sh apply $*

0 comments on commit bc1de38

Please sign in to comment.