diff --git a/hack/local-up.sh b/hack/local-up.sh index a279b68c2d6..ef3d9624198 100755 --- a/hack/local-up.sh +++ b/hack/local-up.sh @@ -35,6 +35,9 @@ set -e done ) +source "$(dirname 0)/../cluster/util.sh" +get-password + echo "Starting etcd" ETCD_DIR=$(mktemp -d -t kube-integration.XXXXXX)