flannel-io / flannel

flannel is a network fabric for containers, designed for Kubernetes
Apache License 2.0
8.6k stars 2.87k forks source link

Added configuration for pulic-ip through node annotation #1948

Closed rbrtbnfgl closed 2 months ago

rbrtbnfgl commented 2 months ago

Description

Related to #1813 with this PR when Flannel starts it checks the node annotation and if public-ip or public-ipv6 are defined it'll use the one defined to select the network interface.

Todos

Release Note

None required
manuelbuil commented 2 months ago

Can you add docs about it?