techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.

Home Page:https://technotim.live/posts/k3s-etcd-ansible/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding new node to the cluster

luispla22 opened this issue · comments

Hi!! I'm trying to add a new node to the cluster. I've just done it manually, and when I do a sudo kubectl get nodes it is at the list.

My problem is... how could I do the LoadBalancer to know I've just introduced a new node? Because if I switch off the nodes in where I'm deploying any service, it does not use this new node (it does not include it in the balance)