mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +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}"
|
||||
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