mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	fxing kubemark node labels
This commit is contained in:
		@@ -159,6 +159,7 @@ func GetHollowKubeletConfig(opt *HollowKubletOptions) (*options.KubeletFlags, *k
 | 
			
		||||
	f.MinimumGCAge = metav1.Duration{Duration: 1 * time.Minute}
 | 
			
		||||
	f.MaxContainerCount = 100
 | 
			
		||||
	f.MaxPerPodContainerCount = 2
 | 
			
		||||
	f.NodeLabels = opt.NodeLabels
 | 
			
		||||
	f.RegisterNode = true
 | 
			
		||||
	f.RegisterSchedulable = true
 | 
			
		||||
	f.ProviderID = fmt.Sprintf("kubemark://%v", opt.NodeName)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user