This commit is contained in:
vickyhella
2023-06-13 11:36:30 +08:00
parent 2c934d04b7
commit 74b007d3dc
5 changed files with 5 additions and 5 deletions
@@ -35,7 +35,7 @@ When running the command to start the K3s Kubernetes API server, you will pass i
```sh
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=vX.Y.Z sh -s - server \
--datastore-endpoint="mysql://username:password@tcp(hostname:3306)/database-name"
```
```
Note: The datastore endpoint can also be passed in using the environment variable `$K3S_DATASTORE_ENDPOINT`.
1. Repeat the same command on your second K3s server node.