Add some initial validation logic.

This commit is contained in:
Brendan Burns
2014-07-28 21:42:53 -07:00
parent cd0b25f1e5
commit 21ceb380c8
3 changed files with 46 additions and 0 deletions

View File

@@ -30,4 +30,6 @@ echo "Updating cluster using provider: $KUBERNETES_PROVIDER"
verify-prereqs
kube-push
source $(dirname $0)/validate-cluster.sh
echo "Done"