cloudcfg working locally now
This commit is contained in:
@@ -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)
|
||||
|
@@ -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 $@
|
||||
|
Reference in New Issue
Block a user