You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to setup two ingress controllers (ie. k8s Services with type: LoadBalancer) on a k3s cluster with IP addresses that belong to two different physical interfaces on the server (lets call them LAN1 and LAN2).
metallb allows me to provide a list of IP ranges, but what about flannel-iface which is a single interface? Is flannel used in this process or is it used just for multi-cluster/api server communication?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to setup two ingress controllers (ie. k8s
Service
s withtype: LoadBalancer
) on a k3s cluster with IP addresses that belong to two different physical interfaces on the server (lets call themLAN1
andLAN2
).metallb allows me to provide a list of IP ranges, but what about
flannel-iface
which is a single interface? Is flannel used in this process or is it used just for multi-cluster/api server communication?Beta Was this translation helpful? Give feedback.
All reactions