cloudcfg working locally now

This commit is contained in:
Daniel Smith
2014-06-11 18:13:25 -07:00
parent 912ec01856
commit 187f7d2534
4 changed files with 36 additions and 14 deletions

View File

@@ -35,9 +35,6 @@ set -e
done
)
source "$(dirname 0)/../cluster/util.sh"
get-password
echo "Starting etcd"
ETCD_DIR=$(mktemp -d -t kube-integration.XXXXXX)

View File

@@ -24,4 +24,4 @@ if [ ! -x $CLOUDCFG ]; then
fi
# 8080 is the default port for the master
$CLOUDCFG -h https://localhost:8080 $@
$CLOUDCFG -h http://localhost:8080 $@