From 822fcacce4e3b5aca15693a8e9524eebc44e3b06 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Wed, 17 Jun 2015 09:21:38 -0700 Subject: [PATCH] Add missing source to ubuntu/util.sh --- cluster/ubuntu/util.sh | 2 ++ 1 file changed, 2 insertions(+) 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