add sanity checking steps and fix KUBE_MASTER_IP

This commit is contained in:
Ryan Richard
2014-08-29 17:40:25 -05:00
parent 0b50244c72
commit 0fed66a667
2 changed files with 11 additions and 27 deletions

View File

@@ -31,6 +31,7 @@ echo "Starting cluster using provider: $KUBERNETES_PROVIDER"
verify-prereqs
kube-up
source $(dirname $0)/validate-cluster.sh
# skipping validation for now until since machines show up as private IPs
# source $(dirname $0)/validate-cluster.sh
echo "Done"