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

feat(aws-provider): create flag to support sub-domains match parent #4236

Merged
merged 5 commits into from
Feb 7, 2024

Commits on Feb 6, 2024

  1. feat(aws-provider): create flag to support sub-domains match parent

    The current implementation of external-dns from sig-external-dns does
    not support domain filtering (--domain-filter) for sub-domains on Route53,
    such as test.sub-domain.domain.com. The function MatchParent was recently
    removed from the base code, but it is still necessary for this purpose.
    An example of a use case for this support is having a cluster per hosted
    zone with a hundred ingress related to that zone with different variants of
    sub-domains. With the matchParent function and zone-match-parent flag,
    external-dns will now support an extended automatic match for sub-domains.
    thiagoluiznunes committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    70835ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4660134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a0263b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6970972 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca4f3ae View commit details
    Browse the repository at this point in the history