Fix vagrant regression, add flag to easily enable v1beta3

This commit is contained in:
derekwaynecarr
2015-01-30 12:16:24 -05:00
parent 922148acd8
commit 4dd50a18c3
4 changed files with 13 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ function create-provision-scripts {
echo "ENABLE_CLUSTER_DNS='${ENABLE_CLUSTER_DNS:-false}'"
echo "DNS_SERVER_IP='${DNS_SERVER_IP:-}'"
echo "DNS_DOMAIN='${DNS_DOMAIN:-}'"
echo "RUNTIME_CONFIG='${RUNTIME_CONFIG:-}'"
grep -v "^#" "${KUBE_ROOT}/cluster/vagrant/provision-master.sh"
) > "${KUBE_TEMP}/master-start.sh"