Forum Navigation
You need to log in to create posts and topics.

How to reset and join an existing node to K8s Cluster

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