Matt Welch 8d3ee182d9 docs: minor spelling corrections.
Minor spelling corrections.

Signed-off-by: Matt Welch <matt.welch@gmail.com>
2019-07-18 16:40:08 -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