Hello
I have a question when i install a single node k3s install that i want to add further nodes to i first ran the command
sudo curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE=“644” INSTALL_K3S_EXEC=“server --no-deploy traefik” sh -s -
specifically to disable traefik so that i could install it afterwords. My question is do i need to pass through the commandes to disable traefik in the node addition command
curl -sfL https://get.k3s.io | K3S_URL=https://serverip:6443 K3S_TOKEN=mytoken sh -
Thanks for any assistance