From f538d808c9ebc78c3670d26a3902eba71782c2d8 Mon Sep 17 00:00:00 2001 From: ZeusPerez Date: Thu, 6 Jan 2022 13:44:12 +0100 Subject: [PATCH] Import 'logging.sh' to avoid error when logging --- cluster/kubectl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/kubectl.sh b/cluster/kubectl.sh index 1c8e3ec59bc..7fe284b6791 100755 --- a/cluster/kubectl.sh +++ b/cluster/kubectl.sh @@ -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.