Spencer Smith fe1a4e4810 docs: add v0.7 docs
This PR adds the 0.7 docs into the mix so we can start creating docs for
things specific to that version.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
2020-09-22 07:10:14 -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