Skip to content

Commit

Permalink
docs: update cluster-deployment.md (#3225)
Browse files Browse the repository at this point in the history
* Update cluster-deployment.md

added details about IP addressing requirements, which might seem obvious, but they were missing and should be explicitly mentioned (VIP IP address, Edge host IP address).

* Apply suggestions from code review

---------

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
  • Loading branch information
antongisli and karl-cardenas-coding committed Jul 2, 2024
1 parent 74db42a commit d6282ab
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ Use the following steps to create a new host cluster so that you can add Edge ho
[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.

- You must ensure that the Edge hosts have stable IP addresses. You have the following options to do achieve stable IP
- 1 IP address is required for the cluster's Virtual IP address (VIP).
- You require at least 1 IP address 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
Expand Down

0 comments on commit d6282ab

Please sign in to comment.