Hey I have a strange scenario where a cluster deployed at a site is going to be moved to another site with a different IP schema.
The problem is that we do not manage the network at this site. ideally I would send someone to just rebuild the cluster but I am trying to avoid doing that.
I know that this can be done by stopping kubernetes on the master node, making some config changes (deleting some stuff) and bringing it back up. Then you are able to rejoin your nodes to the master this should bring everything back. The problem is that I am currently running K3os and with it being immutable im not sure if this is even a valid option.
Is there a way to just re-start the bootstrap part at the startup of K3os and I can just serve the files over the internet?