Transit authority workers fail kubeadm join because the bootstrap token expired. What should admins do?
Select an answer to reveal the explanation.
Short Explanation
Join tokens are day passes that expire—print a fresh one when the old gate code goes stale. Pair it with the discovery CA hash and run kubeadm join again. Hosts file tricks do not mint tokens.
Full Explanation
kubeadm bootstrap tokens are time-limited. When a token expires, generate a new one (for example with kubeadm token create) and ensure the join command includes the correct discovery token CA cert hash. Then re-run kubeadm join on the worker. Rebooting the API server or rewriting hosts files does not issue tokens; inventing a Node manifest is not the supported join path.