From c398c5fc020b6926771d0934ea0c250b2455f914 Mon Sep 17 00:00:00 2001 From: AbserAri <32089134+yhyddr@users.noreply.github.com> Date: Fri, 1 Nov 2019 17:34:12 +0800 Subject: [PATCH] improve shell command now this command could run immediately 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 - --- 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 e304612aa80..0e700cdd6ac 100644 --- a/content/k3s/latest/en/installation/ha/_index.md +++ b/content/k3s/latest/en/installation/ha/_index.md @@ -43,7 +43,7 @@ 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.