install (Beta)
This topic describes the options available with the Embedded Cluster install command. For procedural steps, see Online installation with Embedded Cluster, Air gap installation with Embedded Cluster, and Automate installation with Embedded Cluster.
Usage
sudo ./<app-slug> install --license <path-to-license> [flags]
Flags
| Flag | Type | Description |
|---|---|---|
--airgap | Perform an air-gapped installation. For more information, see Air gap installation with Embedded Cluster. | |
--cidr | string | CIDR range for Pod and Service IP addresses. Default: 10.244.0.0/16 |
--config-values | string | Path to the ConfigValues file for headless installs. |
--data-dir | string | Data directory for Embedded Cluster. Default: /data-dir (confirm with install --help for your binary). |
--headless | Run installation without the interactive installer UI. | |
--hostname | string | Hostname to use for this node. |
--http-proxy | string | HTTP proxy URL. |
--https-proxy | string | HTTPS proxy URL. |
--ignore-app-preflights | Skip application preflight checks. | |
--ignore-host-preflights | Skip Embedded Cluster host preflight checks. | |
--installer-password | string | Password for the installer UI. |
--installer-port | int | Port for the installer UI. Default: 30080 |
-l, --license | string | Path to the license file. |
--network-interface | string | Network interface to use. |
--no-proxy | string | Comma-separated list of hosts that should not use the proxy. |
--tls-cert | string | Path to a TLS certificate file for the installer. |
--tls-key | string | Path to a TLS private key file for the installer. |
-y, --yes | Assume yes to prompts (for example, when skipping preflights). | |
-h, --help | Help for install. |