From 8834bd15b0be6534ef68cf9632792980b3aa411a Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Thu, 31 Oct 2019 13:20:32 -0700 Subject: [PATCH] fixes for master_node and remove sentence Remove confusing sentence and fix master_node to be lowercase. --- 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 23e0233d675..e304612aa80 100644 --- a/content/k3s/latest/en/installation/ha/_index.md +++ b/content/k3s/latest/en/installation/ha/_index.md @@ -43,8 +43,8 @@ Following the [Node Requirements]({{< baseurl >}}/k3s/latest/en/installation/nod Run the following command to join a worker node to the master nodes. You can get the node-token from any of the servers at `/var/lib/rancher/k3s/server/node-token` ``` -curl -sfL https://get.k3s.io | K3S_URL=https:/:6443 K3S_TOKEN=XXX sh- +curl -sfL https://get.k3s.io | K3S_URL=https:/:6443 K3S_TOKEN=XXX sh- ``` -Provide the IP or DNS in place of `` this can be any one master node. k3s automatically handles load balancing the master nodes. The K3S_URL you provide will actually be the last used in a fail-over scenario. +Provide the IP or DNS in place of `` this can be any one master node. k3s automatically handles load balancing the master nodes.