-
Notifications
You must be signed in to change notification settings - Fork 134
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
Document external-dns configuration #355
Comments
ingress.appscode.com/type: LoadBalancer
ingress.appscode.com/type: HostPort
For a HostPort type Ingress, you apply
ingress.appscode.com/type: NodePort |
Can't extenral-dns recognize ingress resources? |
If you use Voyager defined CRDs ( |
Can't Voyager automatically set these annotations on its service? It has access to ingress hosts so in the example above it can generate at least |
The issue is voyager does not know if user is using external-dns, whether external-dns supports user's DNS provider etc. So, we left it a manual setup on Ingress YAML. |
Unfortunately it is a chore to write above for every ingress. It would be far more convenient if I could set |
Of course extra documentation is also fine, but external-dns seems to be the tool of choice, it's good to integrate with it. |
I hear you! We will look into this. This is not a priority for the moment. |
For all 3 modes.
https://github.com/kubernetes-incubator/external-dns
The text was updated successfully, but these errors were encountered: