Generate password for local cluster, too

pull/6/head
Daniel Smith 2014-06-11 16:59:53 -07:00
parent 5d02bf0e4b
commit 9e03e1d8ea
1 changed files with 3 additions and 0 deletions

View File

@ -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)