diff --git a/vertical-pod-autoscaler/hack/vpa-process-yamls.sh b/vertical-pod-autoscaler/hack/vpa-process-yamls.sh index 11ddf2e7e61b..03ac177e80be 100755 --- a/vertical-pod-autoscaler/hack/vpa-process-yamls.sh +++ b/vertical-pod-autoscaler/hack/vpa-process-yamls.sh @@ -64,6 +64,7 @@ fi for i in $COMPONENTS; do if [ $i == admission-controller-deployment ] ; then if [ ${ACTION} == create -o ${ACTION} == update] ; then + # Allow gencerts to fail silently if certs already exist (bash ${SCRIPT_ROOT}/pkg/admission-controller/gencerts.sh || true) elif [ ${ACTION} == delete ] ; then (bash ${SCRIPT_ROOT}/pkg/admission-controller/rmcerts.sh || true)