mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-30 17:58:14 +00:00 
			
		
		
		
	Merge pull request #104040 from rphillips/fix_crash_in_node_e2e_server
e2e node server: fix crash in log line
This commit is contained in:
		| @@ -177,7 +177,7 @@ func (s *server) start() error { | ||||
| 						s.startCommand.Wait() // Release resources if necessary. | ||||
| 					} | ||||
| 					// 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 { | ||||
| 					klog.Infof("Initial health check passed for service %q", s.name) | ||||
| 				} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot