-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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 kubelet event recording #46246
Fix kubelet event recording #46246
Conversation
@yujuhong - PTAL. I tried to keep this as small as possible since this should get cherry-picked. |
i would like a follow-on that moves RefManager itself to the new types, but that grew much larger in scope. |
fyi @ncdc |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, yujuhong
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@derekwaynecarr create a cherrypick PR? :-) |
@k8s-bot pull-kubernetes-e2e-kops-aws test this |
@k8s-bot pull-kubernetes-federation-e2e-gce test this |
@derekwaynecarr: The following test(s) failed:
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Automatic merge from submit-queue |
@enisoc @yujuhong @derekwaynecarr this is a regression in 1.6. but not cherry-pick'ed yet. Can we please include this in 1.6.7 release? |
Commit found in the "release-1.6" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
What this PR does / why we need it:
There are numerous areas where the kubelet was not properly recording events due to an incorrect type.
To keep this small, I updated all references to
RefManager
that result in throwing an event to ensure it does a conversion.Which issue this PR fixes
Fixes #46241
Fixes #44348
Fixes #44652
Special notes for your reviewer:
I updated all references I could find to the existing RefManager in kubelet.
Release note: