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