Patrick Ohly 
							
						 
					 
					
						
						
							
						
						99151c39b7 
					 
					
						
						
							
							kube-controller-manager: convert to structured logging  
						
						 
						
						... 
						
						
						
						Most of the individual controllers were already converted earlier. Some log
calls were missed or added and then not updated during a rebase. Some of those
get updated here to fill those gaps.
Adding of the name to the logger used by each controller gets
consolidated in this commit. By using the name under which the
controller is registered we ensure that the names in the log
are consistent. 
						
						
					 
					
						2023-03-14 19:16:32 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mengjiao Liu 
							
						 
					 
					
						
						
							
						
						e56f3e0781 
					 
					
						
						
							
							Migrate pkg/controller/bootstrap to contextual logging  
						
						 
						
						
						
						
					 
					
						2023-03-13 10:18:40 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Dame 
							
						 
					 
					
						
						
							
						
						6ce2924818 
					 
					
						
						
							
							Wire contexts to Bootstrap controllers  
						
						 
						
						
						
						
					 
					
						2021-10-06 10:27:32 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Dame 
							
						 
					 
					
						
						
							
						
						bfd7f72e9b 
					 
					
						
						
							
							Remove Stop from ControllerContext and pass ctx.Done  
						
						 
						
						
						
						
					 
					
						2021-09-27 09:16:38 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Dame 
							
						 
					 
					
						
						
							
						
						80dcf7df1b 
					 
					
						
						
							
							Update controller initializer funcs to take Context  
						
						 
						
						
						
						
					 
					
						2021-09-27 09:16:36 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jiahui Feng 
							
						 
					 
					
						
						
							
						
						8f5771d243 
					 
					
						
						
							
							use common controller interface in KCM.  
						
						 
						
						
						
						
					 
					
						2021-08-25 13:29:03 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter McAlpine 
							
						 
					 
					
						
						
							
						
						4cfcf0519d 
					 
					
						
						
							
							Fix lint warnings in pkg/controller/bootstrap  
						
						 
						
						
						
						
					 
					
						2019-03-19 14:36:26 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Eads 
							
						 
					 
					
						
						
							
						
						fb7d137ea2 
					 
					
						
						
							
							add debug handler capability for individual controllers  
						
						 
						
						
						
						
					 
					
						2018-07-26 13:24:36 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						efb8827215 
					 
					
						
						
							
							pkg/controller: remove old clientbuilder methods  
						
						 
						
						... 
						
						
						
						everything has moved to client-go now so these are the same as the
original Client* methods. 
						
						
					 
					
						2018-07-17 09:06:59 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wackxu 
							
						 
					 
					
						
						
							
						
						cd02f168e6 
					 
					
						
						
							
							use shared informers for TokenCleaner controller  
						
						 
						
						
						
						
					 
					
						2018-01-15 14:56:42 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wackxu 
							
						 
					 
					
						
						
							
						
						0ae647bf33 
					 
					
						
						
							
							use shared informers for BootstrapSigner controller  
						
						 
						
						
						
						
					 
					
						2018-01-12 11:50:02 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ferran Rodenas 
							
						 
					 
					
						
						
							
						
						d67898b875 
					 
					
						
						
							
							Check RegisterMetricAndTrackRateLimiterUsage error when starting controllers  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ferran Rodenas <rodenasf@vmware.com > 
						
						
					 
					
						2017-11-01 12:46:07 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joe Beda 
							
						 
					 
					
						
						
							
						
						415e20877e 
					 
					
						
						
							
							Wire in bootstrap and token controllers.  
						
						 
						
						... 
						
						
						
						This adds these to the list of controllers the Controller Manager can start.  But as these are alpha, they are also currently disabled by default. 
						
						
					 
					
						2017-02-10 12:49:23 -08:00