Fix kube up azure templates

This commit is contained in:
Jeff Mendoza
2014-07-18 13:16:49 -07:00
parent b4183409ab
commit 0d618788c3

View File

@@ -40,7 +40,7 @@ HTPASSWD=$(cat ${KUBE_TEMP}/htpasswd)
echo "MASTER_RELEASE_TAR=${FULL_URL}"
echo "MASTER_HTPASSWD='${HTPASSWD}'"
grep -v "^#" $SCRIPT_DIR/templates/download-release-azure.sh
grep -v "^#" $SCRIPT_DIR/templates/salt-master.sh
grep -v "^#" $SCRIPT_DIR/templates/salt-master-azure.sh
) > ${KUBE_TEMP}/master-start.sh
echo "Starting VMs"