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

OCPBUGS-647: SDN branch: Fix Prefer local endpoints for cluster DNS service #1356

Merged

Commits on Aug 26, 2022

  1. Fix Prefer local endpoints for cluster DNS service

    Carry "Perfer local endpoint for cluster DNS service"
    (54dc363) was incorrectly applied which did not restrict
    DNS calls to a local endpoint.
    
    Signed-off-by: Martin Kennelly <mkennell@redhat.com>
    martinkennelly committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3b57265 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Add test case for OCP hack prefer local DNS endpoint

    * Test to ensure local DNS endpoint is selected if available
    * Test to ensure if no local DNS endpoint available, fallback
    to load balancing across remote endpoints.
    
    All credit to Dan Winship/Miciah Masters.
    
    Signed-off-by: Martin Kennelly <mkennell@redhat.com>
    martinkennelly committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    cdcd8b3 View commit details
    Browse the repository at this point in the history
  2. Add test case for OCP hack 'local-with-fallback'

    Credit to Dan Winship.
    
    Signed-off-by: Martin Kennelly <mkennell@redhat.com>
    martinkennelly committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    e50bb74 View commit details
    Browse the repository at this point in the history