mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Import 'logging.sh' to avoid error when logging
This commit is contained in:
parent
36746baa5f
commit
f538d808c9
@ -33,6 +33,7 @@ set -o pipefail
|
|||||||
KUBE_ROOT=${KUBE_ROOT:-$(dirname "${BASH_SOURCE[0]}")/..}
|
KUBE_ROOT=${KUBE_ROOT:-$(dirname "${BASH_SOURCE[0]}")/..}
|
||||||
source "${KUBE_ROOT}/cluster/kube-util.sh"
|
source "${KUBE_ROOT}/cluster/kube-util.sh"
|
||||||
source "${KUBE_ROOT}/hack/lib/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
|
# If KUBECTL_PATH isn't set, gather up the list of likely places and use ls
|
||||||
# to find the latest one.
|
# to find the latest one.
|
||||||
|
Loading…
Reference in New Issue
Block a user