mirror of
				https://github.com/lingble/talos.git
				synced 2025-10-30 20:17:50 +00:00 
			
		
		
		
	 f9697a9a07
			
		
	
	f9697a9a07
	
	
	
		
			
			Fixes #9691 This closes the race between the node registration and the moment `NodeApplyController` would apply the taint. As the taint is exactly same as added by `NodeApplyController`, it will be owned by the controller, so it can be removed if `allowSchedulingOnControlplanes` is enabled in the machine config while the cluster is running. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>