Closed jcralbino closed 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?
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
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?