dazzling-kilobyte-38228
07/11/2025, 6:28 AMcreamy-pencil-82913
07/11/2025, 5:14 PMan old IPv6 address of the management node
. Server node IPs must be static for the duration of the node’s life in the cluster. If the IP changes you will likely need to delete the node from the cluster and rejoin it, and take whatever steps are necessary to ensure that it does not change again in the future.dazzling-kilobyte-38228
07/14/2025, 1:40 AM2600:1f16:de1:d800:6974:3bdb:c038:fedb
. The server was registered with this address.
Later, the IPv6 address was accidentally changed to a new one. Now when new worker nodes try to join, they're still trying to connect to the old address:
"server": "https://[2600:1f16:de1:d800:6974:3bdb:c038:fedb]:9345"
This causes connection failures since that old IPv6 address is no longer valid.
My questions:
1. Where is this old IPv6 address stored that I need to update? Is it in:
◦ RKE2 server certificates (SAN fields)?
◦ Rancher cluster configuration?
◦ etcd cluster member information?
2. Can I manually update the stored IPv6 address to the current one, or do I need to rebuild the entire cluster?
3. If I need to rebuild, what's the proper procedure for a single-node management setup?
I understand the importance of keeping server IPs static going forward. Right now I'm trying to figure out which configuration files or certificates need to be updated to reflect the current IPv6 address.
What specific files or commands should I check/modify to update this stored IPv6 address?
Thanks for your patience!