Skip to content

Instantly share code, notes, and snippets.

@ranrubin
Created May 3, 2022 14:19
Show Gist options
  • Save ranrubin/b77a3a4cbb2925f7d55ecb6a2e23fdf0 to your computer and use it in GitHub Desktop.
Save ranrubin/b77a3a4cbb2925f7d55ecb6a2e23fdf0 to your computer and use it in GitHub Desktop.
The following command can be used to install the k3s worker node
curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE=644 INSTALL_K3S_VERSION="v1.21.9+k3s1" sh -s - agent --token="${TOKEN}" --node-ip "${NODE_IP}" --server "https://${load_balancer_address}" --node-taint ${TAINT} --debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment