mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-20 22:21:13 +02:00
This adds the documentation for v0.6 and removes v0.3 since it is no longer supported. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
574 B
574 B
title
title |
---|
talosctl |
talosctl
CLI is the client to the osd 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 logstalosctl restart <service>
- restart a servicetalosctl reboot
- reset a nodetalosctl dmesg
- retrieve kernel logstalosctl ps
- view running servicestalosctl top
- view node resourcestalosctl services
- view status of Talos services