Andrey Smirnov cbb7ca8390 refactor: merge osd into machined
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>
2020-07-13 12:50:00 -07:00

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 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