Commit 65574809 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #50333 from shyamjvs/add-debug-to-logexporter

Automatic merge from submit-queue (batch tested with PRs 50173, 50324, 50288, 50263, 50333) Add debug logs to log-dump ref https://github.com/kubernetes/test-infra/issues/3981 cc @fejta @krzyzacy
parents 8f5f061c 74567161
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment