rancher apps install <TEMPLATE_NAME/TEMPLATE_PATH> <APP_NAME>

Install an app template

Arguments

NameDescription
TEMPLATE_NAME/TEMPLATE_PATHInstall an app template in the current Rancher server
APP_NAMEThe name of the app to install

Options

NameDescription
--answers, -a <answers-file-path>Path to an answers file, the format of the file is a map with key:value. This supports JSON and YAML
--values, -v <values-file-path>Path to a helm values file
--namespace, -n <namespace>Namespace to install the app into
--set <key=value>
  • Repeatable ♾
--set-string <key=value>
  • Repeatable ♾
--version <version>Version of the template to use
--no-promptSuppress asking questions and use the default values when required answers are not provided
--helm-timeout <seconds>Amount of time for helm to wait for k8s commands (default is 300 secs). Example: --helm-timeout 600 (default: 300)
--helm-waitHelm will wait for as long as timeout value, for installed resources to be ready (pods, PVCs, deployments, etc.). Example: --helm-wait