curl -sfL https://get.k3s.io | K3S_URL=<ip_of_your_master_node>:6443 K3S_TOKEN=<node> sh -
kubectl get nodes
and check that your new node is ready. You should now see two nodes. It might say at first it's NotReady
but it should become Ready
in a few minutes.