From 337e64751a01758f3b02f8dfd0d983c988c409e0 Mon Sep 17 00:00:00 2001 From: BestBoyBerlin <63103838+BestBoyBerlin@users.noreply.github.com> Date: Sat, 8 Jun 2024 22:32:58 +0200 Subject: [PATCH] Fix IP of Nginx loadbalancer for server registration Signed-off-by: BestBoyBerlin <63103838+BestBoyBerlin@users.noreply.github.com> --- docs/datastore/cluster-loadbalancer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/datastore/cluster-loadbalancer.md b/docs/datastore/cluster-loadbalancer.md index dc75942e1..b1c9120b0 100644 --- a/docs/datastore/cluster-loadbalancer.md +++ b/docs/datastore/cluster-loadbalancer.md @@ -175,7 +175,7 @@ systemctl start nginx 3) On agent-1, agent-2, and agent-3, run the following command to install k3s and join the cluster: ```bash -curl -sfL https://get.k3s.io | K3S_TOKEN=lb-cluster-gd sh -s - agent --server https://10.10.10.99:6443 +curl -sfL https://get.k3s.io | K3S_TOKEN=lb-cluster-gd sh -s - agent --server https://10.10.10.98:6443 ``` You can now use `kubectl` from server node to interact with the cluster.