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
In my external-dns Pod logs it is correctly reporting/publishing the mDNS records I want for the Ingresses I have configured in my cluster, but no mDNS records are ever actually published over the network. I captured all the IGMP & UDP port 5353 traffic from my K8s node running external-mdns with tcpdump -i any 'udp port 5353 or igmp' -w /tmp/mdns.pcap and all I see are some IGMP membership report packets being sent out but nothing else (nothing on mDNS ports).
The text was updated successfully, but these errors were encountered:
Does your external-mDNS deployment/pod have hostNetwork: true? It needs access to the nodes host interface for the multicast packets to leave the cluster.
In my
external-dns
Pod logs it is correctly reporting/publishing the mDNS records I want for the Ingresses I have configured in my cluster, but no mDNS records are ever actually published over the network. I captured all the IGMP & UDP port 5353 traffic from my K8s node runningexternal-mdns
withtcpdump -i any 'udp port 5353 or igmp' -w /tmp/mdns.pcap
and all I see are some IGMP membership report packets being sent out but nothing else (nothing on mDNS ports).The text was updated successfully, but these errors were encountered: