mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +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}"
|
echo "Master SSH not supported for ${KUBERNETES_PROVIDER}"
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
if ! (detect-master &> /dev/null); then
|
if ! (detect-master); then
|
||||||
echo "Master not detected. Is the cluster up?"
|
echo "Master not detected. Is the cluster up?"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user