mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
Add option to get-kube-binaries.sh to download and extract tests
Also fix an unset variable
This commit is contained in:
@@ -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}..."
|
||||
|
Reference in New Issue
Block a user