From 9d5b07ae50a3d814013dbeadb71331b82c479ac2 Mon Sep 17 00:00:00 2001 From: mentos1386 Date: Sat, 30 Nov 2024 15:43:26 +0000 Subject: [PATCH] docs: ssh and hostname --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9830f35..8981e96 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,18 @@ fd7a:115c:a1e0::301:c81b jakku.system.tjo.cloud jakku 100.82.48.119 nevaroo.system.tjo.cloud nevaroo fd7a:115c:a1e0::b301:3077 nevaroo.system.tjo.cloud nevaroo + +100.99.13.61 mustafar.system.tjo.cloud mustafar +fd7a:115c:a1e0::2601:d3d mustafar.system.tjo.cloud mustafar ``` ### 3. Connect to Proxmox Cluster. -The `$EXISTING_CLUSTER_NODE_HOST_NAME` represent an existing cluster node, via which the new node will join to the cluster. +The `$EXISTING_CLUSTER_NODE_HOST_NAME` (examples: `nevaroo`, `jakku` not the FQDN) represent an existing cluster node, via which the new node will join to the cluster. + +This node's ssh key (`cat ~/.ssh/id_rsa.pub`) must be added to the `$EXISTING_CLUSTER_NODE_HOST_NAME` under `~/.ssh/authorized_keys`. + +Then the node can join the cluster using: ``` pvecm add $EXISTING_CLUSTER_NODE_HOST_NAME --link0 $(tailscale ip -4) --link1 $(tailscale ip -6)