-
I have an existing bare metal kubeadm cluster that I want to migrate to talos. I started with a single node control-plane and now have problems adding other nodes. The additional nodes don't join the cluster, or at least not all are joining the cluster. I was able to join one node but the other nodes seems to be trying to connect to the existing cluster which is in the same subnet. I already set advertisedSubnets but if I'm correct it affects only the server operation of the etcd node.
Is there any solution besides creating a different subnet? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's not quite clear what you are trying to achieve - do you want to scale up kubeadm controlplane with Talos nodes? In that case you want Talos controlplane to join kubeadm controlplane, and PKI should match. If you want to create a new cluster, just ensure it has unique PKI & other information. |
Beta Was this translation helpful? Give feedback.
The PKI was different but exactly that node was indeed joined with the same IP to the kubeadm cluster in the past and not correctly removed from etcd.
Thanks for pointing me in the right direction.