-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 52503: Get fallback termination msg from docker when using journald log driver #16912
Conversation
…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.
/lgtm |
/kind bug |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, joelsmith, sjenning The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test extended_conformance_gce |
/test extended_conformance_install_update |
/test extended_conformance_gce |
1 similar comment
/test extended_conformance_gce |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
flake #16870 /test extended_conformance_install_update |
/retest |
2 similar comments
/retest |
/retest |
/test unit |
/retest |
Automatic merge from submit-queue. |
xref kubernetes/kubernetes#52503
From the commit message:
fixes #15878