mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-03 11:41:10 +02:00
Fixes #5789 Example: ```yaml spec: stage: running status: ready: false unmetConditions: - name: staticPods reason: kube-system/kube-controller-manager-talos-default-master-1 not ready, kube-system/kube-scheduler-talos-default-master-1 not ready ``` As events (CLI doesn't show full contents): ``` 172.20.0.2 cbhf2l6f9lrs738hehfg talos/runtime/machine.MachineStatusEvent BOOTING ready: false, unmet conditions: [time network services] ``` Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>