Forum archive › Kubernetes & Helm Charts
ArchiveHow to reset and join an existing node to K8s Cluster
Read-only archive. These discussions are from Tracston's earlier
technical forum and are kept online because the answers are still useful.
New replies are closed. Need help with something like this?
Talk to us.
Question
24 Apr 2024
Problem
User wants to reset and join node the a new kubernets cluster
Solution
run the following commands
kubeadm reset
kubeadm token create --print-join-command
output should be like this
kubeadm join 10.0.0.1:6443 --token kkv7***************atun3wlq --discovery-token-ca-cert-hash sha256:d63c********************
execute the command
Need this fixed properly?
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →