I installed a kubernetes cluster by using kuberspray on my internal network, 192.168.0.0/24. Now I need more nodes and these nodes will be located on other networks. So I will set up a VPN between the current nodes and the new nodes.
The problem is that I cannot find any information specifically related to kubespray on how to change the internal IPs of the nodes in order to "move them on the VPN". I think after moving the nodes on the VPN, then it's just a matter of installing the new nodes in the cluster and I'm set.
So: Using kubespray (or manually if not possible via kubespray directly) how can I change the internal IPs of the nodes in order to move them on the VPN?