From c84211bb6337c18e0224ca739a96b707e796a695 Mon Sep 17 00:00:00 2001 From: Lenny Chen <55669665+lennessyy@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:03:55 -0700 Subject: [PATCH] docs: add additional qualifier for network environments (#3344) * docs: add additional qualifier * docs: grammar --------- Co-authored-by: Lenny Chen --- .../edge/site-deployment/cluster-deployment.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/docs-content/clusters/edge/site-deployment/cluster-deployment.md b/docs/docs-content/clusters/edge/site-deployment/cluster-deployment.md index 42049011fd..5ef71c8b80 100644 --- a/docs/docs-content/clusters/edge/site-deployment/cluster-deployment.md +++ b/docs/docs-content/clusters/edge/site-deployment/cluster-deployment.md @@ -39,16 +39,24 @@ Use the following steps to create a new host cluster so that you can add Edge ho [Edge Host Registration](./site-installation/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).