-
I'm trying to migrate from k0s to talos and at the moment i cant get a single talos control plane to join. Im trying to find out what etcd is complaining about but i cant find anything resembling errors or anything. I can only see repeated Iv tried enabling the Any advice would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can do Please don't do You should look at the console logs, explain what you're trying to do specifically, as it's not clear. |
Beta Was this translation helpful? Give feedback.
-
Ok. i managed to get it solved but it was a faff. @smira So your aware. (for context im trying to move from HA to single CP) In the end i had to to overwrite the k0s config by adding the following to
Then run I then ran this to add the new node to the member list (
On the talos side i have the following for etcd (in the docs it say
This seemed to get everything connected and now the node is online, part of the cluster and it looks like im good to go. Some things to note are:
This is my full talos config: control-plane.yaml
And my k0s config from kube-c1 in case its useful: k0s.yaml
|
Beta Was this translation helpful? Give feedback.
Ok. i managed to get it solved but it was a faff. @smira So your aware. (for context im trying to move from HA to single CP)
In the end i had to to overwrite the k0s config by adding the following to
/etc/k0s/k0s.yaml
. Matching the ips for the control plane nodes. In my case i have 3, with ips ending in 31,32, and 33:Then run
systemctl restart k0scontroller
to restart the node and etcd. You can then watch the logs withjournalctl -u k0sco…