Files
talos/docs/website/content/v0.3/en/components/osctl.md
Andrew Rynhard 13d0e5840c docs: add v0.3 boilerplate
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>
2019-10-18 23:46:12 -07:00

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