File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
vertical-pod-autoscaler/hack Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ function print_help {
31
31
echo " - recommender-externalmetrics"
32
32
echo " - updater"
33
33
echo " - admission-controller"
34
+ echo " - actuation"
34
35
echo " - full-vpa"
35
36
}
36
37
@@ -53,6 +54,9 @@ case ${SUITE} in
53
54
full-vpa)
54
55
COMPONENTS=" recommender updater admission-controller"
55
56
;;
57
+ actuation)
58
+ COMPONENTS=" updater admission-controller"
59
+ ;;
56
60
* )
57
61
print_help
58
62
exit 1
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ function print_help {
27
27
echo " - recommender-externalmetrics"
28
28
echo " - updater"
29
29
echo " - admission-controller"
30
+ echo " - actuation"
30
31
echo " - full-vpa"
31
-
32
32
}
33
33
34
34
if [ $# -eq 0 ]; then
@@ -84,7 +84,7 @@ kind load docker-image localhost:5001/write-metrics:dev
84
84
85
85
86
86
case ${SUITE} in
87
- recommender|recommender-externalmetrics|updater|admission-controller|full-vpa)
87
+ recommender|recommender-externalmetrics|updater|admission-controller|actuation| full-vpa)
88
88
${SCRIPT_ROOT} /hack/vpa-down.sh
89
89
echo " ** Deploying for suite ${SUITE} "
90
90
${SCRIPT_ROOT} /hack/deploy-for-e2e-locally.sh ${SUITE}
You can’t perform that action at this time.
0 commit comments