mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Report node not ready on failed PLEG health check
This commit is contained in:
		@@ -683,6 +683,7 @@ func NewMainKubelet(kubeCfg *componentconfig.KubeletConfiguration, kubeDeps *Kub
 | 
			
		||||
 | 
			
		||||
	klet.pleg = pleg.NewGenericPLEG(klet.containerRuntime, plegChannelCapacity, plegRelistPeriod, klet.podCache, clock.RealClock{})
 | 
			
		||||
	klet.runtimeState = newRuntimeState(maxWaitForContainerRuntime)
 | 
			
		||||
	klet.runtimeState.addHealthCheck("PLEG", klet.pleg.Healthy)
 | 
			
		||||
	klet.updatePodCIDR(kubeCfg.PodCIDR)
 | 
			
		||||
 | 
			
		||||
	// setup containerGC
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user