Apply fd2b61ea & f578dea8 (Update second server node setup description in HA K3s cluster) to versioned docs

This commit is contained in:
Billy Tat
2023-07-07 13:59:46 -07:00
parent f578dea8a4
commit 2e886802f7
2 changed files with 22 additions and 2 deletions
@@ -45,7 +45,17 @@ When running the command to start the K3s Kubernetes API server, you will pass i
:::
1. Repeat the same command on your second K3s server node.
1. Get main server node token:
```
cat /var/lib/rancher/k3s/server/token
```
1. Run command on your second K3s server node:
```
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=<VERSION> sh -s - server \
--datastore-endpoint="<DATASTORE_ENDPOINT>" \
--token "<MAIN_SERVER_NODE_TOKEN>"
```
### 2. Confirm that K3s is Running