Commit 0a68740d authored by Yu-Ju Hong's avatar Yu-Ju Hong

Add path in find-tar for locating node binary tarball

parent 5c780c8c
......@@ -299,6 +299,7 @@ function set_binary_version() {
function find-tar() {
local -r tarball=$1
locations=(
"${KUBE_ROOT}/node/${tarball}"
"${KUBE_ROOT}/server/${tarball}"
"${KUBE_ROOT}/_output/release-tars/${tarball}"
"${KUBE_ROOT}/bazel-bin/build/release-tars/${tarball}"
......@@ -317,6 +318,7 @@ function find-tar() {
# Assumed vars:
# KUBE_ROOT
# Vars set:
# NODE_BINARY_TAR
# SERVER_BINARY_TAR
# KUBE_MANIFESTS_TAR
function find-release-tars() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment