I do have a testcluster with three masters (etcd). All of them are VMs. One of them has some kind of problem that does not allow me to start the VM. How can I properly decommission this master node and add another one properly?
OK. It was just a matter of kubectl delete node and rejoin a new node. Works perfectly.