Skip to content
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

Support DNS records for ingresses without rules #143

Closed
UnsignedLong opened this issue Apr 10, 2017 · 1 comment
Closed

Support DNS records for ingresses without rules #143

UnsignedLong opened this issue Apr 10, 2017 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@UnsignedLong
Copy link

If my ingress does not contain any rules but only a default backend no records are created. It would be great to implement an alternative way to create records if no rules are set.
For example the way mentioned in #142 can be a solution here. As a result we have a consistent way to handle services and ingresses.
We can just use both ways at the same time (use the template AND create records for every rule if one exists) or just fallback to the template method from #142 if no rules are defined.
Maybe a more sophisticated opt in/out configuration using annotations could be useful.

@hjacobs hjacobs added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 13, 2017
@ideahitme ideahitme added this to the v0.3 milestone Apr 18, 2017
@UnsignedLong
Copy link
Author

Closed. Solved in #160 - confirmed working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants