diff --git a/docs/reference/embedded-cluster-install.mdx b/docs/reference/embedded-cluster-install.mdx index 8164a52702..186880225c 100644 --- a/docs/reference/embedded-cluster-install.mdx +++ b/docs/reference/embedded-cluster-install.mdx @@ -32,6 +32,12 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags] `--airgap-bundle` The Embedded Cluster air gap bundle used for installations in air-gapped environments with no outbound internet access. For information about how to install in an air-gapped environment, see [Air Gap Installation with Embedded Cluster](/enterprise/installing-embedded-air-gap). + + `--cidr` + +

The range of IP addresses that can be assigned to Pods and Services, in CIDR notation. **Default:** By default, the CIDR block is `10.244.0.0/16`.

+ + `--data-dir` @@ -81,12 +87,6 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags] - - `--cidr` - -

The range of IP addresses that can be assigned to Pods and Services, in CIDR notation. **Default:** By default, the CIDR block is `10.244.0.0/16`.

- - ## Examples