Skip to content

Commit f538d80

Browse files
committedJan 6, 2022
Import 'logging.sh' to avoid error when logging
1 parent 36746ba commit f538d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎cluster/kubectl.sh

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ set -o pipefail
3333
KUBE_ROOT=${KUBE_ROOT:-$(dirname "${BASH_SOURCE[0]}")/..}
3434
source "${KUBE_ROOT}/cluster/kube-util.sh"
3535
source "${KUBE_ROOT}/hack/lib/util.sh"
36+
source "${KUBE_ROOT}/hack/lib/logging.sh"
3637

3738
# If KUBECTL_PATH isn't set, gather up the list of likely places and use ls
3839
# to find the latest one.

0 commit comments

Comments
 (0)
Please sign in to comment.