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

Ignore missing pass host header annotation. #1581

Commits on May 10, 2017

  1. [Kubernetes] Ignore missing pass host header annotation.

    A missing annotation would previously be handled in the default error
    case, causing a noisy warning-level log message to be generated each
    time.
    
    We add another case statement to ignore the case where the annotation is
    missing from the annotations map.
    
    Also piggybacking a minor improvement to the log message.
    timoreimann committed May 10, 2017
    Configuration menu
    Copy the full SHA
    fe6c35b View commit details
    Browse the repository at this point in the history