diff --git a/docs/reference/embedded-cluster-install.mdx b/docs/reference/embedded-cluster-install.mdx index 42163ddb6c..78f972aef8 100644 --- a/docs/reference/embedded-cluster-install.mdx +++ b/docs/reference/embedded-cluster-install.mdx @@ -89,6 +89,12 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
Ignoring host preflight checks is _not_ recommended for production installations.
+Path to the license file
+In Embedded Cluster 1.21.0 and later, pass the `--yes` flag to provide an affirmative response to any user prompts for the command. For example, you can pass `--yes` with the `--ignore-host-preflights` flag to ignore host preflight checks during automated installations.
**Requirement:** Embedded Cluster 1.21.0 and later
@@ -198,4 +204,4 @@ sudo ./my-app install --license license.yaml --cidr 172.16.136.0/16 ```bash sudo ./my-app install --license license.yaml --network-interface eno167777 -``` \ No newline at end of file +```