diff --git a/cluster/ubuntu/util.sh b/cluster/ubuntu/util.sh index c4832b38b38..ca6593b050f 100755 --- a/cluster/ubuntu/util.sh +++ b/cluster/ubuntu/util.sh @@ -17,6 +17,8 @@ # A library of helper functions that each provider hosting Kubernetes must implement to use cluster/kube-*.sh scripts. set -e +source "${KUBE_ROOT}/cluster/common.sh" + SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR" # use an array to record name and ip