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
When rebooting a server (or upgrading, etc) I want to be able to follow the logs with the dashboard. Currently logs end with
user: warning: [2024-03-04T21:36:00.27090814Z]: [talos] service[dashboard](Stopping): Sending SIGTERM to Process(["/sbin/dashboard"])
It would be great if the dashboard kept polling (maybe with a message in the log window) until the server came back up. The top of the dashboard screen does keep polling and successfully reconnects to show node status after reboot.
Description
The text was updated successfully, but these errors were encountered:
The log stream displayed in the dashboard was stopping to work when a node was rebooted.
Rework the log data source to establish a per-node connection and use a retry loop to always reconnect until the dashboard is terminated.
Print the connection errors in the log stream in red color.
Closessiderolabs#8388.
Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
(cherry picked from commit 3735add)
Feature Request
When rebooting a server (or upgrading, etc) I want to be able to follow the logs with the dashboard. Currently logs end with
It would be great if the dashboard kept polling (maybe with a message in the log window) until the server came back up. The top of the dashboard screen does keep polling and successfully reconnects to show node status after reboot.
Description
The text was updated successfully, but these errors were encountered: