Hello,
We are trying to set up a lab environment with nodes that have both internal and external IPs. For this Cilium Issue, we were able to add a second interface using this guide: Containerlab Manual. This setup works well, but the issue is that the kubelet does not automatically pick up the second IP address by default. Additionally, there is no way to configure it through kubelet arguments.
Why did i place this Issue here?
Normally, the external and internal IPs are set by the cloud provider or cloud controller manager. Would it be possible to implement some simple logic to determine the IP address from the node-interfaces?