I have Kubernetes cluster with two nodes. One's role is Master.
I want to move master node to another physical server.
The possible way I see is to add another node and change its role to master.
How can I do that? Is there any kind of instructions? Is this the only way?
Might be a duplicate of Migration of Kubernetes Master
In fact, you just need to
Update
If you want to change master IP address in kubeadm config, check following references:
Or take a look at this step-by-step instruction