-
It says in the docs that "Bootstrap tokens can only be used to join agents": Is that true? I was under the impression that the token can be used to join servers too. |
Beta Was this translation helpful? Give feedback.
Answered by
brandond
Jul 11, 2024
Replies: 1 comment 3 replies
-
The docs are accurate. Maybe you can with kubeadm, but not k3s. You must use a token to join servers, but it cannot be a bootstrap token. It must be the server token, as covered at https://docs.k3s.io/cli/token#server |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
brandond
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docs are accurate. Maybe you can with kubeadm, but not k3s.
You must use a token to join servers, but it cannot be a bootstrap token. It must be the server token, as covered at https://docs.k3s.io/cli/token#server