kvrocks-controller icon indicating copy to clipboard operation
kvrocks-controller copied to clipboard

How to update the address/IP of an existing node

Open travisshivers opened this issue 9 months ago • 1 comments

How would I go about updating the ip or address of an existing node if it changed for whatever reason, such as if the pod got killed or restarted with a new version?

If the node is a master node, I can't delete and add it again as the API won't allow deleting the master node.

travisshivers avatar Mar 13 '25 19:03 travisshivers

@travisshivers We need to add a new node as a replica and fail over the master to the new node, then we can delete the old master node.

git-hulk avatar Mar 14 '25 01:03 git-hulk