talos/docs/talosctl/talosctl_bootstrap.md
Andrew Rynhard 8e07b1bab3 feat: add bootstrap API
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>
2020-05-07 16:47:28 -07:00

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