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

Ignore broker EndplointSlices in the resolver controller #1457

Merged
merged 2 commits into from
Dec 15, 2023

Commits on Dec 13, 2023

  1. Change VerifyIPsWithDig to expect one occurrence of each IP

    Signed-off-by: Tom Pantelis <[email protected]>
    tpantelis committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    17de59c View commit details
    Browse the repository at this point in the history
  2. Ignore broker EndplointSlices in the resolver controller

    ...in getAllEndpointSlices to avoid duplicate DNS records being added.
    This has also caused failures in the E2E test case that removes all
    headless services pod replicas - it expects no DNS records returned but
    residual addresses on the broker EndplointSlice can remain.
    
    Signed-off-by: Tom Pantelis <[email protected]>
    tpantelis committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e90d964 View commit details
    Browse the repository at this point in the history