mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-02 09:21:13 +01:00
The previous implementation used old events API, which had several issues: * buffer overruns, and weird checks * big timeout even if the all nodes are booted up Replace that with direct reading of `MachineStatus` resource which is available since Talos 1.2.0. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>