Closed Viste closed 1 week ago
Could you please use the bug report template ? There is not much information to go on here.
Could you please use the bug report template ? There is not much information to go on here.
Tell me what information you need, I'll provide it.
Here is my scenario:
I have two interfaces on my nodes:
eth1 (1Gbps)
eth2 (10Gbps)
The control plane IPs are currently assigned as follows:
eth1 (1Gbps):
10.10.20.11
10.10.20.12
10.10.20.13
we watn to use eth2 (10Gbps):
10.10.21.11
10.10.21.12
10.10.21.13
The issue appears when I try to update the inventory to replace the IPs on eth1 with the corresponding IPs on eth2, and then run either cluster.yml or upgrade-cluster.yml.
After making these changes, etcd fails to assemble as a cluster. Each time I try, a different node fails, and I receive errors such as:
Cluster ID mismatch
EOF when trying to get the version, preventing the node from joining the cluster.
If I only update the IP addresses for a single node (e.g., from 10.10.20.13 to 10.10.21.13), I still encounter the EOF error on etcd on this node.
When I attempted to remove and re-add a node as suggested in the documentation Adding/Replacing a Control Plane Node, the etcd node showed up as part of the etcd cluster but in a not started state. It consistently failed to start and returned EOF on version requests.
Additional context:
CNI: Cilium with kube-proxy replacement (strict mode)
It seems there might be other issues, but everything is currently failing at this stage. I would appreciate any guidance or suggestions on how to proceed.
anyway thank you!
Tell me what information you need, I'll provide it.
Could you please use the bug report template ?
Best guess is that etcd treats ip as node identity, so you'd need to remove the node and re-add it with another IP.
I'm going to close this because the issue tracker is not suited for support.
Feel free to open a bug report using the bug report template.
/close /kind support
@VannTen: Closing this issue.
Tell me what information you need, I'll provide it. Could you please use the bug report template ? Best guess is that etcd treats ip as node identity, so you'd need to remove the node and re-add it with another IP. I'm going to close this because the issue tracker is not suited for support. Feel free to open a bug report using the bug report template. /close /kind support
when i do this etcd fails with unhealthy node as i say
We're attempting to change the primary IPs of our cluster nodes to a new network interface but are encountering issues with etcd consistently failing. Steps We've Tried:
Question:
Is there an established way to change the primary IPs of cluster nodes from one interface to another without breaking etcd? Any guidance or workaround to achieve this would be greatly appreciated.
Thank you!