From 0a2e829bfa51f6b617323f38c7f4b0e62c2dc0aa Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Wed, 13 Nov 2019 19:21:20 -0700 Subject: [PATCH] fix 1 char typo on ha install page --- content/k3s/latest/en/installation/ha/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/installation/ha/_index.md b/content/k3s/latest/en/installation/ha/_index.md index e2ec3a3701d..80030829b81 100644 --- a/content/k3s/latest/en/installation/ha/_index.md +++ b/content/k3s/latest/en/installation/ha/_index.md @@ -141,7 +141,7 @@ Following the [Node Requirements]({{< baseurl >}}/k3s/latest/en/installation/nod Run the following command to join a worker node to the server nodes. We are leveraging the cluster-secret here. Since our server nodes were set up to use this, so too must any agent nodes. ``` -curl -sfL https://get.k3s.io | K3S_URL=https:/:6443 K3S_CLUSTER_SECRET='mysecret' sh - +curl -sfL https://get.k3s.io | K3S_URL=https://:6443 K3S_CLUSTER_SECRET='mysecret' sh - ``` Provide the IP or DNS in place of ``. This can be any one server node. k3s automatically handles load balancing the server nodes.