This message was deleted.
# rke2
a
This message was deleted.
s
when i change public ip for for my master node Getting such errors Empty dialer response" error="x509: certificate is valid for x.x.x.x(my_old_public_ip), not x.x.x(my_new_public_ip) Failed to test data store connection: this server is a not a member of the etcd cluster.
c
what do you mean by “A single master ,a single server and a single worker.”
RKE2 doesn’t have masters or workers. It has servers and agents.
s
a single main server another server and a single agent
c
you have two servers and one agent? are both servers running etcd?
Servers should have static IPs. If you change the address of a server, you need to delete it from the cluster and rejoin it, or use --cluster-reset to reset the etcd cluster membership to the current node with the current IP, then rejoin the others.
Also, you should always have an odd number of servers running etcd. 1 or 3, never 2.
s
Thanks for reply yes both servers running etcd.