-
Notifications
You must be signed in to change notification settings - Fork 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
Fix: fix an issue where the wrong action name could not be ignored #3994
base: master
Are you sure you want to change the base?
Conversation
Welcome @xieyanke! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
/assign @k82cn |
I think that should not be ignored. |
Currently there is a log showing the message. |
There is too much messages when vc-scheduler just start... Maybe we need keep use |
Since actions are configurable, it’s reasonable to allow ignoring user misconfigurations while providing warning-level log messages. |
There is no benefit to keep a wrong action name in configuration file, and if users discovered a mistake like this, they will fix it very easily. |
It's not a good way to classify different actions, all actions are important. |
How about change Warning to Error? |
I think it's better than just use warning. |
Okey agreed, I'll make the changes. |
Signed-off-by: xieyanke <[email protected]>
What type of PR is this?
/kind bug
/area scheduling
What this PR does / why we need it:
fix an issue where the wrong action name could not be ignored
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?