Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally run the dashboard on serial console #10441

Open
josephglanville opened this issue Feb 28, 2025 · 1 comment
Open

Optionally run the dashboard on serial console #10441

josephglanville opened this issue Feb 28, 2025 · 1 comment

Comments

@josephglanville
Copy link

Feature Request

Be able to configure Talos to spawn the dashboard on serial consoles like /dev/ttyS0

Description

In some environments it can be desirable to administer machines without use of a VGA console at all, or on machines that have iKVMs that aren't very user friendly utilising Serial over LAN can be much more ergonomic.

@josephglanville
Copy link
Author

I used a privileged pod (with a bunch of hostPath mounts...) to see if the dashboard works well on serial already and it does!

With this script I was able to launch the dashboard and then interact with it via Serial over LAN:

#!/bin/sh

stty -F /dev/ttyS1 raw -echo -ixon speed 115200
exec setsid sh -c 'exec </dev/ttyS1 >/dev/ttyS1 2>&1 /hostfs/sbin/dashboard'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant