mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-20 22:21:13 +02:00
This will allow us to iterate faster on documentation for multiple versions of Talos. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
544 B
544 B
title
title |
---|
osctl |
osctl
CLI is the client to the osd service running on every node.
osctl
should provide enough functionality to be a replacement for typical interactive shell operations.
With it you can do things like:
osctl logs <service>
- retrieve container logsosctl restart <service>
- restart a serviceosctl reboot
- reset a nodeosctl dmesg
- retrieve kernel logsosctl ps
- view running servicesosctl top
- view node resourcesosctl services
- view status of Talos services