Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add additional qualifier for network environments #3344

Merged
merged 3 commits into from
Jul 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 your Edge hosts has more than one Network Interface Card (NIC), you must either use static IP
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Repetition] 'your' is repeated!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If any of your your Edge hosts has more than one Network Interface Card (NIC), you must either use static IP
If any of your Edge hosts have more than one Network Interface Card (NIC), you must either use static IP

Minor cleanup

addresses or use network overlay. DHCP is not supported.

:::

### Create Cluster

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