From 74567161205ec5964035cf88075b9db16628c4a2 Mon Sep 17 00:00:00 2001 From: Shyam Jeedigunta Date: Tue, 8 Aug 2017 21:43:09 +0200 Subject: [PATCH] Add debug logs to log-dump --- cluster/log-dump/log-dump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/log-dump/log-dump.sh b/cluster/log-dump/log-dump.sh index 597b9347125..537e548a528 100755 --- a/cluster/log-dump/log-dump.sh +++ b/cluster/log-dump/log-dump.sh @@ -173,7 +173,7 @@ function dump_masters() { echo "Master SSH not supported for ${KUBERNETES_PROVIDER}" return else - if ! (detect-master &> /dev/null); then + if ! (detect-master); then echo "Master not detected. Is the cluster up?" return fi