Changing IP addresses of nodes

I’m running rke2 on a few KVMs on one host. Due to some silly behavior of my wireless hub, I had to change the IP addresses of all the nodes so that everything is routable. I’m using static IPs of course. Now when I run kubectl get nodes, the worker nodes are in a “Not Ready” state. I’ve re-registered the nodes and updated my ~/.kube/config but to no avail.

Is it possible to fix this issue, or I do I have to rebuild everything from scratch?