AbsaOSS / external-dns-infoblox-webhook

Infoblox provider based on in-tree provider for ExternalDNS
Apache License 2.0
10 stars 6 forks source link

Creating dns records for pod #17

Closed jcralbino closed 5 months ago

jcralbino commented 5 months ago

Hello

Can you confirm the logic behind the creation of dns records when source=pods?

At the moment we have in the flag source=pod With a fqdn template {name}

And we get the log message Stating if hostNetwork=false skips the dns record creation

And we see this on the code

https://github.com/kubernetes-sigs/external-dns/blob/master/source/pod.go#L87

Can we use annotations to force the pods to have a dns record created?

jcralbino commented 5 months ago

It seems that this behavior is controlled by ExternalDNS , and the requirement is being addressed here https://github.com/kubernetes-sigs/external-dns/pull/3174