How to point kubelet to another master?

Hi all,

we had standard (2 masters + 3 workers) k8s cluster installed on on-premises server + kube load balancer. To simplify the configuration (there is no point in having multiple masters and workers on one physical box) I have removed:

  • the kube load balancer
  • 2 workers
  • 1 master

The worker is configured to point to the load balancer and now when the LB has been removed it is in “NotReady” status as it cannot reach out the master.

How do I reconfigure the worker to connect directly to the master ?