From 6e42e1bb62cdcefcebd1cdec4976c1ca98ff96df Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:20:38 -0400 Subject: [PATCH 1/3] add missing options --- docs/reference/embedded-cluster-install.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/reference/embedded-cluster-install.mdx b/docs/reference/embedded-cluster-install.mdx index 42163ddb6c..c973818c61 100644 --- a/docs/reference/embedded-cluster-install.mdx +++ b/docs/reference/embedded-cluster-install.mdx @@ -89,6 +89,13 @@ 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 +205,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 +``` From 67a6c1a700e0a530a39beb31d507ae1831b986cd Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:23:32 -0400 Subject: [PATCH 2/3] stupid --- docs/reference/embedded-cluster-install.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference/embedded-cluster-install.mdx b/docs/reference/embedded-cluster-install.mdx index c973818c61..1cbe377aaf 100644 --- a/docs/reference/embedded-cluster-install.mdx +++ b/docs/reference/embedded-cluster-install.mdx @@ -95,7 +95,6 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]Path to the license file
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