From 96d1b8d1b2b3c935d905e85957927e578118c417 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Wed, 9 Dec 2015 14:55:58 -0800 Subject: [PATCH] import util.sh and logging.sh since two functions are unbound --- cluster/common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/common.sh b/cluster/common.sh index 444ae5696a..55f82d9a73 100755 --- a/cluster/common.sh +++ b/cluster/common.sh @@ -24,6 +24,8 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. DEFAULT_KUBECONFIG="${HOME}/.kube/config" +source "${KUBE_ROOT}/hack/lib/util.sh" +source "${KUBE_ROOT}/hack/lib/logging.sh" # KUBE_RELEASE_VERSION_REGEX matches things like "v1.2.3" or "v1.2.3-alpha.4" # # NOTE This must match the version_regex in build/common.sh