Skip to content

Commit

Permalink
docs: add additional qualifier for network environments (#3344)
Browse files Browse the repository at this point in the history
* docs: add additional qualifier

* docs: grammar

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
(cherry picked from commit c84211b)
  • Loading branch information
lennessyy committed Jul 12, 2024
1 parent 3fc26f6 commit 21bd5ee
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,24 @@ Use the following steps to create a new host cluster so that you can add Edge ho
- One or more registered Edge host. For more information about Edge host registration, refer to
[Edge Host Registration](./edge-host-registration.md).
- If you are using more than one Edge host to form a cluster, the hosts in the same cluster must be on the same network.
- 1 IP address is required for the cluster's Virtual IP address (VIP).
- You require at least 1 IP address for each Edge host.
- One IP address is required for the cluster's Virtual IP (VIP) address .
- At least one IP address is required for each Edge host.
- You must ensure that the Edge hosts have stable IP addresses. You have the following options to achieve stable IP
addressing for Edge hosts:

- Use static IP addresses. Contact your network administrator to assign the Edge host a static IP address.
- Use Dynamic Host Configuration Protocol (DHCP) reservations to reserve an IP address in a DHCP network. Contact your
network administrator to reserve IP addresses for your Edge hosts in a DHCP network.
- Enable network overlay on your Edge cluster. Network overlay can only be enabled during cluster creation. For more
information about network overlay, refer to [Enable Overlay Network](../../networking/vxlan-overlay.md).

:::warning

If any of your Edge hosts have more than one Network Interface Card (NIC), you must either use static IP addresses
or use network overlay. DHCP is not supported.

:::

### Create Cluster

1. Log in to [Palette](https://console.spectrocloud.com).
Expand Down

0 comments on commit 21bd5ee

Please sign in to comment.