mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-19 13:41:13 +02:00
This adds the logic for handling multiple versions of documentation, and adds a copy of the v0.2 docs as a starting point. 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