mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-19 21:51:12 +02:00
This allows osctl to generate documentation for itself. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
<!-- markdownlint-disable -->
|
|
## osctl config generate
|
|
|
|
Generate a set of configuration files
|
|
|
|
### Synopsis
|
|
|
|
Generate a set of configuration files
|
|
|
|
```
|
|
osctl config generate <cluster name> <load balancer IP or DNS name> [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--additional-sans strings additional Subject-Alt-Names for the APIServer certificate
|
|
-h, --help help for generate
|
|
--install-disk string the disk to install to (default "/dev/sda")
|
|
--install-image string the image used to perform an installation (default "docker.io/autonomy/installer:v0.3.0-alpha.7-9-g1e9a09e6-dirty")
|
|
--kubernetes-version string desired kubernetes version to run (default "1.16.2")
|
|
--version string the desired machine config version to generate (default "v1alpha1")
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--talosconfig string The path to the Talos configuration file (default "/root/.talos/config")
|
|
-t, --target strings target the specificed node
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [osctl config](osctl_config.md) - Manage the client configuration
|
|
|
|
###### Auto generated by spf13/cobra on 13-Nov-2019
|