You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release: monarch-desktop v0.0.47 — read-only node-status header on Logs
Surfaces the Talos console/VNC dashboard fields in-app (atop Logs), all via
Talos READ RPCs only (events / version / hostname / system_stat / service_list
— no service control, config patch, upgrade, reboot, or wipe):
Stage (running/booting/upgrading), ready/health, hostname, Talos version +
arch, uptime, ext-protocore + kubelet service state, node IPs.
So operators can check node status without opening the VNC console.
UUID / gateway / DNS resolvers / CIDR are omitted (talos-rust-client 0.1.3
exposes no COSI resource/state service); the at-a-glance set is present and
missing fields degrade to '—', never a hard error.
New talosNodeStatus helpers + useTalosNodeStatus hook + NodeStatusHeader
component; 4 Rust + TS unit tests (vitest 519, cargo 159). Read-only verified.
Full release gate green locally before tag.