Andrew Rynhard 13d0e5840c docs: add v0.3 boilerplate
This adds the logic for handling multiple versions of documentation, and
adds a copy of the v0.2 docs as a starting point.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-10-18 23:46:12 -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