talos/docs/osctl/osctl_config_generate.md
Andrew Rynhard e4a1bc3cf9 chore: add help menu to the Makefile
This adds a help  menu to the Makefile. It documents all build
dependencies, and how to get started.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-12-25 11:11:41 -08:00

1.3 KiB

osctl config generate

Generate a set of configuration files

Synopsis

Generate a set of configuration files

osctl config generate <cluster name> https://<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:latest")
      --kubernetes-version string   desired kubernetes version to run (default "1.17.0")
  -o, --output-dir string           destination to output generated files
      --version string              the desired machine config version to generate (default "v1alpha1")

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