mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	make controller port exposure optional
This commit is contained in:
		@@ -128,7 +128,9 @@ func Run(s *options.CMServer) error {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	go startHTTP(s)
 | 
			
		||||
	if s.Port >= 0 {
 | 
			
		||||
		go startHTTP(s)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	recorder := createRecorder(kubeClient)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user