-
Notifications
You must be signed in to change notification settings - Fork 40k
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 TerminationMessagePath #23658
Fix TerminationMessagePath #23658
Conversation
Labelling this PR as size/S |
GCE e2e build/test passed for commit 5dbac3a. |
Thanks for the fix! We should add an (node) e2e test for termination message path. |
Close this one because it is included in #23699. |
@yujuhong Reopen this for better bug tracking. |
GCE e2e build/test passed for commit 5dbac3a. |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
GCE e2e build/test passed for commit 5dbac3a. |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
GCE e2e build/test passed for commit 5dbac3a. |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
@dchen1107, FYI in case you wasn't aware of this issue: TerminationMessagePath has been broken since we upgraded to docker 1.8.3. This PR fixes it. |
GCE e2e build/test failed for commit 5dbac3a. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
GCE e2e build/test passed for commit 5dbac3a. |
I think we should patch 1.2 with this. @Random-Liu, could you do that? |
@yujuhong Sure. |
Removing label |
Cherrypick candidates need the release-note label. |
@yujuhong Looks like either release-note or release-note-none is ok? |
I got that from @bgrant0607's comment, but I couldn't find it anymore. Anyway, I think this is worthy of a note since it's a bug fix on a release branch. |
@yujuhong OK. Thanks! :) |
@Random-Liu Please create a cherry pick pull for this PR. |
@roberthbailey Will do soon. |
…3658-upstream-release-1.2 Automated cherry pick of #23658
Commit found in the "release-1.2" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Automatic merge from submit-queue Node E2E: add termination message test Based on #23658. This PR: 1) Cleans up the `ConformanceContainer` a bit 2) Add termination message test This test proves #23639, without #23658, the test could not pass. @liangchenye @kubernetes/sig-node
…pick-of-#23658-upstream-release-1.2 Automated cherry pick of kubernetes#23658
…pick-of-#23658-upstream-release-1.2 Automated cherry pick of kubernetes#23658
Fixes #23639.
Use
Mounts
instead ofVolumes
to get the TerminationMessageLog. I've tried it and it works now.