This message was deleted.
# k3s
a
This message was deleted.
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)