-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Add metadata to kubelet eviction event annotations #64213
Add metadata to kubelet eviction event annotations #64213
Conversation
/sig node |
/retest |
dd9d2e9
to
df14723
Compare
I am ok that you introduce an annotation to the event object, and also ok to have some structure to the annotation message for eviction event. The question is that if you are expecting VPA or other tool to parse that message to make some controlling decision. If yes, could you please add a test with a comment, so that later the other developer would break that dependency without any warning. LGTM |
df14723
to
56d74af
Compare
@dchen1107 I added e2e_node testing for this to the eviction tests. It checks that for each evicted pod:
|
56d74af
to
fd1f19f
Compare
/retest |
@dchen1107 Can we get this change in despite code slush? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dashpole, dchen1107 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/priority critical-urgent |
/priority critical-urgent |
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process Pull Request Labels
|
/retest |
/retest Review the full test history for this PR. Silence the bot with an |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
Add annotations to kubelet eviction events. Annotations include
"offending_containers" : comma-seperated list of containers.
"offending_containers_usage": comma-seperated list of usage.
"starved_resource": v1.ResourceName of the starved resource
Special notes for your reviewer:
Adding annotations to events required changing the
EventRecorder
interface to add aAnnotatedEventf
function, which can add annotations to an event.Release note:
/assign @dchen1107
cc @mwielgus @schylek @kgrygiel