mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-25 00:21:10 +02:00
This adds the ability to bootstrap a cluster using the API. The API simply starts the bootkube service. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
33 lines
673 B
Markdown
33 lines
673 B
Markdown
<!-- markdownlint-disable -->
|
|
## talosctl bootstrap
|
|
|
|
Bootstrap the cluster
|
|
|
|
### Synopsis
|
|
|
|
Bootstrap the cluster
|
|
|
|
```
|
|
talosctl bootstrap [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for bootstrap
|
|
```
|
|
|
|
### 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
|
|
|
|
* [talosctl](talosctl.md) - A CLI for out-of-band management of Kubernetes nodes created by Talos
|
|
|