-
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
Adjust DisruptionTarget condition message to do not include preemptor pod metadata #114914
Conversation
@mimowo: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
/assign @Huang-Wei |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 82359027eb66235b0bc7f3b9106820a9df3e1a2c
|
bff0359
to
ad47f59
Compare
/retest |
2ad801a
to
bdf58ce
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, mimowo 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 |
/lgtm |
LGTM label has been added. Git tree hash: 1930bf61fe8d829a3a40decad40f1d96ad6790ee
|
…14-upstream-release-1.26 Automated cherry pick of #114914: Adjust DisruptionTarget condition message to do not include
Drive by comment: Is there any way to opt into this behavior? It is useful for us to determine which pod was the preemptor for a given preempted pod. |
we changed the event to include pod UID https://github.com/mimowo/kubernetes/blob/f0415a65b41e5eecc04425992c612832b27915f9/pkg/scheduler/framework/preemption/preemption.go#L388 We can do the same for the condition. Feel free to send a PR. |
Oh that's exactly what we need. Our version of k8s is still logging Thanks for the quick reply 🙂 |
What type of PR is this?
/kind bug
/kind regression
What this PR does / why we need it:
Which issue(s) this PR fixes:
Part of #114882 (in condition)
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: