-
Hi,
Is this something I can do with talos without messing up network configuration inside talos? I noticed that NodePorts are not listening on both interfaces, and I do not know how to control which interface is chosen for that. Flannel is showing a different public IP than k8s is reporting for the node. If I go this route with 2 NICs I'd like to have some control which is used for what to prevent unforeseen issues along the road. Is there a guide which helps making the correct changes? Or what is the best approach here? As example for etcd, this seems to picked automaticlly, how do I make sure that it picks the correct interface here? If it picks ens18 with 172.20.0.0/24 for example I would have connection issues as soon as I migrate a talos instance to another proxmox node.
Config of current worker node:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Please see https://www.talos.dev/v1.9/introduction/prodnotes/#multihoming, if you have further questions, please tell us. Flannel has its own way to pick up the IP unfortunately. |
Beta Was this translation helpful? Give feedback.
-
@smira thank you. That link was helpfull, exactly what I was looking for. In the meantime, another issue occurred in that context. Flannel uses vxlan as it turns out, and my Talos nodes are connected via vxlan as well. Vxlan on top of vxlan doesn't work well. Is there a recommendation for that use case as well? |
Beta Was this translation helpful? Give feedback.
Please see https://www.talos.dev/v1.9/introduction/prodnotes/#multihoming, if you have further questions, please tell us.
Flannel has its own way to pick up the IP unfortunately.