Andrey Smirnov
|
fe2ee3b100
|
feat: implement MachineStatus resource
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>
|
2022-08-01 18:36:10 +04:00 |
|