Andrew Rynhard 9625857c8c
docs: move docs repo to talos repo (#770)
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-06-24 16:06:55 -07:00

628 B

title, date, draft, menu
title date draft menu
osctl 2018-10-29T19:40:55-07:00 false
docs
parent
components

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