mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
Import 'logging.sh' to avoid error when logging
This commit is contained in:
parent
36746baa5f
commit
f538d808c9
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue