Commit 74567161 authored by Shyam Jeedigunta's avatar Shyam Jeedigunta

Add debug logs to log-dump

parent b80ce17b
......@@ -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