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
This commit is contained in:
Kubernetes Submit Queue 2017-08-09 02:22:00 -07:00 committed by GitHub
commit 65574809cd

View File

@ -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