Import 'logging.sh' to avoid error when logging

This commit is contained in:
ZeusPerez 2022-01-06 13:44:12 +01:00
parent 36746baa5f
commit f538d808c9

View File

@ -33,6 +33,7 @@ set -o pipefail
KUBE_ROOT=${KUBE_ROOT:-$(dirname "${BASH_SOURCE[0]}")/..}
source "${KUBE_ROOT}/cluster/kube-util.sh"
source "${KUBE_ROOT}/hack/lib/util.sh"
source "${KUBE_ROOT}/hack/lib/logging.sh"
# If KUBECTL_PATH isn't set, gather up the list of likely places and use ls
# to find the latest one.