Hi, I am trying to set up k3s and I can not figure...
# k3s
s
Hi, I am trying to set up k3s and I can not figure out how to set the pool of IP addresses used for external-ips of LoadBalancer services. Does anyone know how to set this?
h
are you using servicelb ? or something else
s
I am using servicelb. Thanks
c
there is no pool. as the docs say, it is just the IPs of your nodes.
s
But what if you node has more than one IP?
c
you get what is shown in
kubectl get node -o wide
. Kubernetes only allows nodes to have one IP of each family of each type (internalip/externalip)