mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-18 07:51:56 +01: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