Merge pull request #1961 from yhyddr/patch-1

improve shell command
This commit is contained in:
David Nuzik
2019-11-04 09:57:06 -07:00
committed by GitHub
@@ -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:/<master_node>:6443 K3S_TOKEN=XXX sh-
curl -sfL https://get.k3s.io | K3S_URL=https:/<master_node>:6443 K3S_TOKEN=XXX sh -
```
Provide the IP or DNS in place of `<master_node>` this can be any one master node. k3s automatically handles load balancing the master nodes.