mirror of
https://github.com/lingble/talos.git
synced 2026-01-08 15:41:39 +00:00
This keeps backwards compatibility with `osctl` CLI binary with the exception of `osctl config generate` which was renamed to `osctl gen config` to avoid confusion with other `osctl config` commands which operate on client config, not Talos server config. Command implementation and helpers were split into subpackages for cleaner code and more visible boundaries. The resulting binary still combines commands from both sections into a single binary. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
1.1 KiB
1.1 KiB
osctl gen
Generate CAs, certificates, and private keys
Synopsis
Generate CAs, certificates, and private keys
Options
-h, --help help for gen
Options inherited from parent commands
--context string Context to be used in command
-e, --endpoints strings override default endpoints in Talos configuration
-n, --nodes strings target the specified nodes
--talosconfig string The path to the Talos configuration file (default "/home/user/.talos/config")
SEE ALSO
- osctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- osctl gen ca - Generates a self-signed X.509 certificate authority
- osctl gen config - Generates a set of configuration files for Talos cluster
- osctl gen crt - Generates an X.509 Ed25519 certificate
- osctl gen csr - Generates a CSR using an Ed25519 private key
- osctl gen key - Generates an Ed25519 private key
- osctl gen keypair - Generates an X.509 Ed25519 key pair