It is possible to migrate Talos from a cluster that is created using kubeadm to Talos. High-level steps are the following: Collect CA certificates and a bootstrap token from a control plane node. Create a Talos machine config with the CA certificates with the ones you collected. Update control plane endpoint in the machine config to point to the existing control plane (i.e. your load balancer address). Boot a new Talos machine and apply the machine config. Verify that the new control plane no...