From c08674b59701f66dedeefb728db00523464337d0 Mon Sep 17 00:00:00 2001 From: Thomas MOLINA Date: Wed, 16 Mar 2022 08:38:34 +0100 Subject: [PATCH] Remove extra }} on server config links --- content/k3s/latest/en/installation/ha/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/k3s/latest/en/installation/ha/_index.md b/content/k3s/latest/en/installation/ha/_index.md index a7bc5491eac..4e5072bfff8 100644 --- a/content/k3s/latest/en/installation/ha/_index.md +++ b/content/k3s/latest/en/installation/ha/_index.md @@ -35,7 +35,7 @@ K3s requires two or more server nodes for this HA configuration. See the [Instal When running the `k3s server` command on these nodes, you must set the `datastore-endpoint` parameter so that K3s knows how to connect to the external datastore. The `token` parameter can also be used to set a deterministic token when adding nodes. When empty, this token will be generated automatically for further use. -For example, a command like the following could be used to install the K3s server with a MySQL database as the external datastore and [set a token]({{}}/k3s/latest/en/installation/install-options/server-config/#cluster-options}}): +For example, a command like the following could be used to install the K3s server with a MySQL database as the external datastore and [set a token]({{}}/k3s/latest/en/installation/install-options/server-config/#cluster-options): ```bash curl -sfL https://get.k3s.io | sh -s - server \ @@ -72,7 +72,7 @@ If the first server node was started without the `--token` CLI flag or `K3S_TOKE cat /var/lib/rancher/k3s/server/token ``` -Additional server nodes can then be added [using the token]({{}}/k3s/latest/en/installation/install-options/server-config/#cluster-options}}): +Additional server nodes can then be added [using the token]({{}}/k3s/latest/en/installation/install-options/server-config/#cluster-options): ```bash curl -sfL https://get.k3s.io | sh -s - server \