-
Notifications
You must be signed in to change notification settings - Fork 652
Support multiple reasons per condition for CustomPluginMonitor #665
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
Conversation
Welcome @jason1028kr! |
Hi @jason1028kr. 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. |
59658c0
to
5eff954
Compare
thank you for the PR. Could you please squash all commits into one. |
5eff954
to
ea02b38
Compare
|
ea02b38
to
3702270
Compare
Thank you! I've squashed them to one. |
@jason1028kr: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
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 @dchen1107 |
/ok-to-test |
@vteratipally Does this look good to go ahead? |
@vteratipally could you have another look please? |
3702270
to
fd8cf72
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jason1028kr 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 |
@dchen1107 would you be able to help @jason1028kr with a review on his PR? |
Overall pr looks good. I will have to do a manual testing |
Random-Liu could you please take a look at the pr |
Hello @Random-Liu! Would you mind taking a look at this pr? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
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 |
The Kubernetes project currently lacks enough active 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 rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. In response to this:
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. |
Issue: #664
Original issue that describes current behavior: #566
plugin uses
intervalEndChan
to signal interval end (all plugins ran for the interval).custom_plugin_monitor.go
'smonitorLoop()
function now gathers result until it receives interval end signal. Only then, it calls newgenerateStatus(results []cpmtypes.Result)
to create one event for each condition.unit test added
local testing output on a test cluster below
New behaviors:
Node describe output:
NPD pod logs: