mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-20 22:21:13 +02:00
This replaces the entrypoint.sh shell script with a go binary. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2.3 KiB
2.3 KiB
osctl
A CLI for out-of-band management of Kubernetes nodes created by Talos
Synopsis
A CLI for out-of-band management of Kubernetes nodes created by Talos
Options
--context string Context to be used in command
-e, --endpoints strings override default endpoints in Talos configuration
-h, --help help for osctl
-n, --nodes strings target the specified nodes
--talosconfig string The path to the Talos configuration file (default "/home/user/.talos/config")
SEE ALSO
- osctl cluster - A collection of commands for managing local docker-based clusters
- osctl completion - Output shell completion code for the specified shell (bash or zsh)
- osctl config - Manage the client configuration
- osctl containers - List containers
- osctl copy - Copy data out from the node
- osctl dmesg - Retrieve kernel logs
- osctl gen - Generate CAs, certificates, and private keys
- osctl interfaces - List network interfaces
- osctl kubeconfig - Download the admin kubeconfig from the node
- osctl list - Retrieve a directory listing
- osctl logs - Retrieve logs for a process or container
- osctl memory - Show memory usage
- osctl mounts - List mounts
- osctl processes - List running processes
- osctl read - Read a file on the machine
- osctl reboot - Reboot a node
- osctl reset - Reset a node
- osctl restart - Restart a process
- osctl routes - List network routes
- osctl service - Retrieve the state of a service (or all services), control service state
- osctl shutdown - Shutdown a node
- osctl stats - Get processes stats
- osctl time - Gets current server time
- osctl upgrade - Upgrade Talos on the target node
- osctl validate - Validate config
- osctl version - Prints the version