Skip to main content
Create a cluster from a configuration file

Synopsis

Submit a configuration file to create a cluster. The command returns before the cluster is ready. Run kubox cluster status <name> to check progress. Configuration: Use -f with a Cluster resource or a plain cluster configuration file. A Cluster resource includes spec.configYAML, the cluster mode, and the cloud account. For a plain configuration file, use flags to select the cloud account and mode. Flags override values in either file format, including the cluster name. Use —plan to review the request without creating a cluster. To build directly from this machine with your own cloud credentials, use kubox admin create.

Options

Global options

See global options.

SEE ALSO