mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
add debug check
This commit is contained in:
parent
ee3c66fd46
commit
66a5a8bc0a
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
# A library of helper functions that each provider hosting Kubernetes must implement to use cluster/kube-*.sh scripts.
|
# A library of helper functions that each provider hosting Kubernetes must implement to use cluster/kube-*.sh scripts.
|
||||||
|
|
||||||
|
[ ! -z ${UTIL_SH_DEBUG+x} ] && set -x
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
|
||||||
readonly ROOT=$(dirname "${BASH_SOURCE}")
|
readonly ROOT=$(dirname "${BASH_SOURCE}")
|
||||||
source "$ROOT/${KUBE_CONFIG_FILE:-"config-default.sh"}"
|
source "$ROOT/${KUBE_CONFIG_FILE:-"config-default.sh"}"
|
||||||
|
Loading…
Reference in New Issue
Block a user