-
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
scheduler: Add additional info for events reported from the taint manager #114118
scheduler: Add additional info for events reported from the taint manager #114118
Conversation
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Thu Nov 24 09:32:31 UTC 2022. |
@TommyStarK: 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. |
Hi @TommyStarK. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: TommyStarK The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4b312f6
to
7cdc9a9
Compare
Hello @ingvagabund, @smarterclayton, This is my very first contribution to Kubernetes, I am trying to start taming the beast and while looking into the issues I found this one and one open related PR. I thought it could be an acceptable addition of information reported by the taint manager. Any feedback will be greatly appreciated 😅 Best, |
7cdc9a9
to
4639704
Compare
…ager Signed-off-by: TommyStarK <thomasmilox@gmail.com>
6c8303f
to
f4553c2
Compare
/sig scheduling |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
PR needs rebase. 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. |
Signed-off-by: TommyStarK thomasmilox@gmail.com
/kind feature
What this PR does / why we need it:
If applied this commit will allow the scheduler to provide additional info about events reported from the taint manager such as apiVersion, resourceVersion and pod uid.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: