mirror of
				https://github.com/siderolabs/talos.git
				synced 2025-11-04 02:11:12 +01:00 
			
		
		
		
	Fixes #7233 Waiting for node readiness now happens in the `MachineStatus` controller which won't mark the node as ready until Kubernetes `Node` is ready. Handling cordoning/uncordining happens with help of additional resource in `NodeApplyController`. New controller provides reactive `NodeStatus` resource to see current status of Kubernetes `Node`. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>