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.
1 parent be68d68 commit 7cfb6ecCopy full SHA for 7cfb6ec
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