Skip to main content

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

FlagTypeDescription
--airgapPerform an air-gapped installation. For more information, see Air gap installation with Embedded Cluster.
--cidrstringCIDR range for Pod and Service IP addresses. Default: 10.244.0.0/16
--config-valuesstringPath to the ConfigValues file for headless installs.
--data-dirstringData directory for Embedded Cluster. Default: /data-dir (confirm with install --help for your binary).
--headlessRun installation without the interactive installer UI.
--hostnamestringHostname to use for this node.
--http-proxystringHTTP proxy URL.
--https-proxystringHTTPS proxy URL.
--ignore-app-preflightsSkip application preflight checks.
--ignore-host-preflightsSkip Embedded Cluster host preflight checks.
--installer-passwordstringPassword for the installer UI.
--installer-portintPort for the installer UI. Default: 30080
-l, --licensestringPath to the license file.
--network-interfacestringNetwork interface to use.
--no-proxystringComma-separated list of hosts that should not use the proxy.
--tls-certstringPath to a TLS certificate file for the installer.
--tls-keystringPath to a TLS private key file for the installer.
-y, --yesAssume yes to prompts (for example, when skipping preflights).
-h, --helpHelp for install.