mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
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:
commit
65574809cd
@ -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