Andrew Rynhard 655aaa3149 docs: add documentation website
This will allow us to iterate faster on documentation for multiple
versions of Talos.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-10-18 21:28:40 -07:00

544 B

title
title
osctl

osctl CLI is the client to the osd service running on every node. osctl should provide enough functionality to be a replacement for typical interactive shell operations. With it you can do things like:

  • osctl logs <service> - retrieve container logs
  • osctl restart <service> - restart a service
  • osctl reboot - reset a node
  • osctl dmesg - retrieve kernel logs
  • osctl ps - view running services
  • osctl top - view node resources
  • osctl services - view status of Talos services