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 1788583: Node resolver: support IPv6 service IPs #151

Merged
merged 1 commit into from Dec 19, 2019

Commits on Dec 13, 2019

  1. Node resolver: support IPv6 service IPs

    This is a quick fix to support IPv6 service IPs when processing services
    for /etc/hosts on the node. If a service exists but no A record is found,
    check for an AAAA record, and if found, use that instead.
    
    The assumption is that no A record will exist in the IPv6 environment,
    which seems to hold for now.
    
    This should enable the container runtime to resolve internal image
    registry names for image pulls.
    ironcladlou committed Dec 13, 2019
    Copy the full SHA
    8d68ad4 View commit details
    Browse the repository at this point in the history