We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d343c8 + 7cfb6ec commit f9e51ccCopy full SHA for f9e51cc
cluster/common.sh
@@ -323,6 +323,9 @@ function find-tar() {
323
# KUBE_MANIFESTS_TAR
324
function find-release-tars() {
325
SERVER_BINARY_TAR=$(find-tar kubernetes-server-linux-amd64.tar.gz)
326
+ if [[ -z "${SERVER_BINARY_TAR}" ]]; then
327
+ exit 1
328
+ fi
329
if [[ "${NUM_WINDOWS_NODES}" -gt "0" ]]; then
330
NODE_BINARY_TAR=$(find-tar kubernetes-node-windows-amd64.tar.gz)
331
fi
0 commit comments