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 1788670: Use DNS for CatalogSource address #277

Commits on Jan 13, 2020

  1. Use DNS for CatalogSource address

    Problem:
    Marketplace needs to support ipv6 clusters. Currently when creating
    catalogsources, the marketplace points the catsrc to the clusterIP
    address of the registry pod that it spins up. This cluster ip will not
    work in an ipv6 only cluster.
    
    Solution:
    Use the dns address of the service to wire up the catalogsource to the
    registry pod.
    kevinrizza committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    23ac981 View commit details
    Browse the repository at this point in the history