Add option to get-kube-binaries.sh to download and extract tests

Also fix an unset variable
This commit is contained in:
Jeff Grafton
2016-10-18 13:09:02 -07:00
parent 62cc431920
commit 2e503c1a54
2 changed files with 25 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ function download_kube_binaries {
}
function create_cluster {
if [[ -n "${KUBERNETES_SKIP_CREATE_CLUSTER}" ]]; then
if [[ -n "${KUBERNETES_SKIP_CREATE_CLUSTER-}" ]]; then
exit 0
fi
echo "Creating a kubernetes on ${KUBERNETES_PROVIDER:-gce}..."