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

@@ -69,6 +69,7 @@ if [[ "${push_to_master}" == "true" ]] && [[ "${push_to_node}" == "true" ]]; the
fi
verify-prereqs
verify-kube-binaries
KUBE_VERSION=${1-}
if [[ "${push_to_master}" == "false" ]] && [[ "${push_to_node}" == "false" ]]; then