Skip to content

Commit

Permalink
Fix IP of Nginx loadbalancer for server registration
Browse files Browse the repository at this point in the history
Signed-off-by: BestBoyBerlin <[email protected]>
  • Loading branch information
BestBoyBerlin authored and brandond committed Jun 13, 2024
1 parent e87a963 commit 337e647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/datastore/cluster-loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 337e647

Please sign in to comment.