mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-21 06:31:11 +02:00
This is widely considered best practice, we should enforce it. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
628 B
628 B
title, date, draft, menu
title | date | draft | menu | ||||
---|---|---|---|---|---|---|---|
osctl | 2018-10-29T19:40:55-07:00 | false |
|
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