This message was deleted.
# k3s
a
This message was deleted.
c
Is there a way we can join this node to one of the other masters?
delete the database files under /var/lib/rancher/k3s/server/db, and set one of the other servers as the --server arg, just like you did when you joined them to this one.
You’ll want to
kubectl delete
the node first so that the other two evict it from the etcd cluster and it can join as a new node.
you don’t need to reset anything if you’re going to rejoin it. Reseting it makes it a separate one-node cluster. You basically want to wipe it clean and rejoin it from zero.
d
Thanks @creamy-pencil-82913 Youre a life saver!
That worked!
227 Views