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

Update install docs to reflect http scheme requirement when adding new nodes to pre-existing cluster #659

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 3 additions & 1 deletion versioned_docs/version-v1.3/install/iso-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,16 @@ The following [video](https://youtu.be/X0VIGZ_lExQ) shows a quick overview of an

![config-dns-server.png](/img/v1.2/install/config-dns-server.png)

1. Configure the virtual IP (VIP) by selecting a `VIP Mode`. This VIP is used to access the cluster or for other nodes to join the cluster.
1. (New cluster only) Configure the virtual IP (VIP) by selecting a `VIP Mode`. This VIP is used to access the cluster or for other nodes to join the cluster.

:::note
If using DHCP to configure the IP address, you need to configure a static MAC-to-IP address mapping on your DHCP server to have a persistent virtual IP (VIP), and the VIP must be unique.
:::

![config-virtual-ip.png](/img/v1.2/install/config-virtual-ip.png)

1. (Joining pre-existing cluster only) Configure with URL from pre-existing Harvester Cluster Management URL. Must include http scheme (ex: `https://x.x.x.x` if using IPs). Management URLs can be found on the management node after bootup.
Copy link
Member

Choose a reason for hiding this comment

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

If I recall correctly, it does not need to have the HTTP scheme included.


1. Configure the `Cluster token`. This token is used for adding other nodes to the cluster.

![config-cluster-token.png](/img/v1.2/install/config-cluster-token.png)
Expand Down