mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-19 13:41:13 +02:00
This merges `osd` API into `machined`. API was copied from `osd` into `machined`, and `osd` API was deprecated. For backwards compatibility, `machined` still implements `osd` API, so older Talos API clients can still talk to the node without changes. Docs were updated. No functional changes. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
576 B
576 B
title
title |
---|
talosctl |
talosctl
CLI is the client to the apid 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 logstalosctl restart <service>
- restart a servicetalosctl reboot
- reset a nodetalosctl dmesg
- retrieve kernel logstalosctl ps
- view running servicestalosctl top
- view node resourcestalosctl services
- view status of Talos services