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

Fix Ingress awaiter for ExternalName Services #320

Merged
merged 2 commits into from
Jan 4, 2019

Commits on Dec 14, 2018

  1. Fix Ingress awaiter for ExternalName Services

    The await logic was incorrectly waiting for active Pods for all Service
    types. However, Services with type: ExternalName do not have
    associated Pods and should succeed as long as the Service exists.
    lblackstone committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    35d9c72 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Address feedback comments

    hausdorff committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    e32c939 View commit details
    Browse the repository at this point in the history