Automatically download missing kube binaries in kube-up/kube-down.

This commit is contained in:
Jeff Grafton
2016-12-13 14:59:13 -08:00
parent 641654836b
commit cbee65a6d2
5 changed files with 42 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ source "${KUBE_ROOT}/cluster/kube-util.sh"
echo "Bringing down cluster using provider: $KUBERNETES_PROVIDER"
verify-prereqs
verify-kube-binaries
kube-down
echo "Done"