Files
talos/docs/website/content/v0.5/en/components/osctl.md
Timothy Gerla f59620473e docs: add 0.5 pre-release docs, add linkable anchors, other fixes
- add 0.5 docs branched from 0.4
- add intro page and "get help" pages
- moved Docker and Firecracker into a "Local Clusters" category
- switch to markdown-it from markd for consistency between corp site and docs site
- use markdown-it-anchor to create linkable anchors to sections within a page
- improve urls to use / instead of # for docs pages (WARNING: this breaks old links)
- continue to simplify handling in the Content.vue component
- update JS deps

Signed-off-by: Timothy Gerla <tim@gerla.net>
2020-05-04 16:04:53 -07:00

16 lines
574 B
Markdown

---
title: 'talosctl'
---
`talosctl` CLI is the client to the [osd](/components/osd) service running on every node.
`talosctl` should provide enough functionality to be a replacement for typical interactive shell operations.
With it you can do things like:
- `talosctl logs <service>` - retrieve container logs
- `talosctl restart <service>` - restart a service
- `talosctl reboot` - reset a node
- `talosctl dmesg` - retrieve kernel logs
- `talosctl ps` - view running services
- `talosctl top` - view node resources
- `talosctl services` - view status of Talos services