mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Add debug logs to log-dump
This commit is contained in:
parent
b80ce17b40
commit
7456716120
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user