-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 bug in container lifecycle event message generation #56959
Fix bug in container lifecycle event message generation #56959
Conversation
/assign
|
Can you also add a release note? This is worth cherry-picking to other branches. Thanks! |
Yes, will update the test case, thanks :) |
@yujuhong updated :) |
/assign @dchen1107 |
@kubernetes/sig-node-pr-reviews Please take a look |
Thanks! /lgtm I think this can go in 1.9, but if it's too late, 1.9.1 would be fine too. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lichuqiang, yujuhong Associated issue: #56962 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 |
@lichuqiang could you also cherry-pick this to 1.8 and 1.7? |
@yujuhong hey, the label is "status/approved-for-milestone". Please fix that and the submit queue will do the rest. |
[MILESTONENOTIFIER] Milestone Pull Request Needs Attention @Random-Liu @dchen1107 @lichuqiang @vishh @yujuhong @kubernetes/sig-node-misc Action required: During code freeze, pull requests in the milestone should be in progress. Note: This pull request is marked as Example update:
Pull Request Labels
|
Automatic merge from submit-queue (batch tested with PRs 56599, 56824, 56918, 56967, 56959). If you want to cherry-pick this change to another branch, please follow the instructions here. |
Automated cherry pick of #56959
What this PR does / why we need it:
In HandlerRunner of container lifecycle, the event msg is re-declared. Thus, the event message we returned would always be empty.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #56962
Special notes for your reviewer:
/sig node
Release note: