Add debug logs to log-dump

This commit is contained in:
Shyam Jeedigunta 2017-08-08 21:43:09 +02:00
parent b80ce17b40
commit 7456716120

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