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

Bug 1800633: Ensure etcd and authentication operator resolves dns over TCP #468

Commits on Feb 10, 2020

  1. Ensure etcd and authentication operators resolve dns over TCP

    The etcd and authentication operator pod might start before
    the Kuryr admission controller is running, resulting in no
    dnsConfig option injected on the pod spec to allow DNS resolution
    over TCP, and consequently failure on resolving the DNS.
    
    This commit ensures the pods will have the option in place.
    
    minor fix
    MaysaMacedo committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    06aca3e View commit details
    Browse the repository at this point in the history