-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override default ExternalDNS target #36
Comments
Could you provide a more tangible example and maybe a sample of the resource that is currently created and how you want it to look like? 😄 |
Sure, see the ingress below:
ExternalDNS would generate a CNAME entry for In our use case, all ingresses would use
Thanks! |
Would this use case be covered if |
Yes! That would do perfectly. Perhaps it may be more prudent to just call it |
@Elegant996 do you want to take a stab at that? 😄 might take me some time to find time for this otherwise 👀 |
@borchero Actually, this might not be an issue if kubernetes-sigs/external-dns#3055 is accepted. I'll leave this here for now but the PR may affect half of this project. |
Oh nice, that would be cool 😄 historically, external-dns was rather reluctant to include support for anything ither than the native ingress but let’s see how it turns out this time 😄 |
Giving this a bump as being able to use our NLBs hostname for TargetIP would be an ideal solution for our environment. |
For our environment, we are always using a CNAME on the base domain instead of the
status.loadbalancer.IP
from the traefik service. Would it be possible to add an override for all ExternalDNS targets similar to how we must pick an Issuer for cert-manager when deploying switchboard?The text was updated successfully, but these errors were encountered: