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
What happened:
When using external-dns with the --service-type-filter=ClusterIP flag, headless services annotated with external-dns.alpha.kubernetes.io/endpoints-type=NodeExternalIP do not result in any DNS records being created.
What you expected to happen:
Records should be created for headless services that are explicitly annotated with external-dns.alpha.kubernetes.io/endpoints-type=NodeExternalIP, even if --service-type-filter=ClusterIP is enabled.
How to reproduce it (as minimally and precisely as possible):