mirror of
https://github.com/lingble/talos.git
synced 2025-12-02 13:53:40 +00: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>
16 lines
544 B
Markdown
16 lines
544 B
Markdown
---
|
|
title: 'osctl'
|
|
---
|
|
|
|
`osctl` CLI is the client to the [osd](/components/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 logs
|
|
- `osctl restart <service>` - restart a service
|
|
- `osctl reboot` - reset a node
|
|
- `osctl dmesg` - retrieve kernel logs
|
|
- `osctl ps` - view running services
|
|
- `osctl top` - view node resources
|
|
- `osctl services` - view status of Talos services
|