Skip Go target normalization in integration tests

This commit is contained in:
Tim Hockin
2024-09-24 12:02:54 -07:00
parent 3582dce115
commit cf280dd6c2
5 changed files with 41 additions and 15 deletions

View File

@@ -159,7 +159,7 @@ kube::etcd::install() {
cd "${KUBE_ROOT}/third_party" || return 1
if [[ $(readlink etcd) == etcd-v${ETCD_VERSION}-${os}-* ]]; then
V=3 kube::log::info "etcd v${ETCD_VERSION} is already installed"
V=4 kube::log::info "etcd v${ETCD_VERSION} is already installed"
return 0 # already installed
fi