mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
e2e node server: fix crash in log line
This commit is contained in:
parent
026fb3bf35
commit
163e4974b6
@ -177,7 +177,7 @@ func (s *server) start() error {
|
|||||||
s.startCommand.Wait() // Release resources if necessary.
|
s.startCommand.Wait() // Release resources if necessary.
|
||||||
}
|
}
|
||||||
// This should not happen, immediately stop the e2eService process.
|
// This should not happen, immediately stop the e2eService process.
|
||||||
klog.Fatalf("Restart loop readinessCheck failed for %s", s)
|
klog.Fatalf("Restart loop readinessCheck failed for %q", s.name)
|
||||||
} else {
|
} else {
|
||||||
klog.Infof("Initial health check passed for service %q", s.name)
|
klog.Infof("Initial health check passed for service %q", s.name)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user