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

UPSTREAM: 52503: Get fallback termination msg from docker when using journald log driver #16912

Merged

Commits on Oct 17, 2017

  1. UPSTREAM: 52503: Get fallback termination msg from docker when using …

    …journald log driver
    
    When using the legacy docker container runtime and when a container has
    terminationMessagePolicy=FallbackToLogsOnError and when docker is
    configured with a log driver other than json-log (such as journald),
    the kubelet should not try to get the container's log from the
    json log file (since it's not there) but should instead ask docker for
    the logs.
    joelsmith committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    fc2c545 View commit details
    Browse the repository at this point in the history