-
Hi everyone, I face an issue after migration of all of my node from LAN to DMZ (means IP / Gateway change + new firewall rules) Now when I try to run
So I suppose this is coming from the fact that my old IPs are stored somewhere But I cannot find where. I tried to make a curl query to see why it's failing and seems I have issue with CA
And if I bypass the ssl check
Here you can find the full log of the rke2 server startup If you have any ideas, your help will be appreciated Ps: I already tried to run Environmental Info: On windows nodes:
On linux node:
Node(s) CPU architecture, OS, and Version: On windows nodes:
On linux node:
Cluster Configuration:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You cannot change server node IPs. If you change the server node IPs, you need to reset the etcd cluster membership ( |
Beta Was this translation helpful? Give feedback.
-
Hi Brandond, Thanks for the tricks is seems to work 👍 Edit 1:
Edit 2: After I removed the URL from the config file the
Edit 3: It seems the problem come from the fact that I removed the node from the cluster during my test. |
Beta Was this translation helpful? Give feedback.
-
Finally, I just reboot the node which refused to join the cluster and... it joined . Really thanks you @brandond for your help ;) |
Beta Was this translation helpful? Give feedback.
You cannot change server node IPs. If you change the server node IPs, you need to reset the etcd cluster membership (
rke2 server --cluster-reset
) and rejoin all the server nodes with their new IPs.