-
Notifications
You must be signed in to change notification settings - Fork 136
Fix: don't publish pod annotation update failure events. #4548
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
base: main
Are you sure you want to change the base?
Fix: don't publish pod annotation update failure events. #4548
Conversation
Any kind of "Operation cannot be fulfilled on ...: the object has been modified; please apply your changes to the latest version and try again" errors are "normal" with knative controllers. To avoid the errors piling up in the Broker event section the exposure of those events was removed. The warnings remain visible in the controller logs. Issue knative-extensions#4505 Signed-off-by: Stanislav Jakuschevskij <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: twoGiants 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 |
Welcome @twoGiants! It looks like this is your first PR to knative-extensions/eventing-kafka-broker 🎉 |
Hi @twoGiants. Thanks for your PR. I'm waiting for a knative-extensions 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-sigs/prow repository. |
/ok-to-test |
@twoGiants: 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-sigs/prow repository. |
/ok-to-test |
@twoGiants for the /ok-to-test to work you'll want to open a PR similar to knative/community#1364 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4548 +/- ##
==========================================
+ Coverage 29.96% 30.00% +0.04%
==========================================
Files 290 290
Lines 19435 19407 -28
==========================================
Hits 5823 5823
+ Misses 13159 13131 -28
Partials 453 453 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/retest |
/test upgrade-tests |
Any kind of
Operation cannot be fulfilled on ...: the object has been modified; please apply your changes to the latest version and try again
errors are "normal" with knative controllers. To avoid the errors piling up in the Broker event section the exposure of those events was removed.The warnings remain visible in the controller logs.
Fixes #4505
Proposed Changes
FailedToUpdateDispatcherPodsAnnotation
frombroker.go
andreciever_condition_set.go
.failedToUpdateDispatcherPodsAnnotation
fromtrigger.go
andtrigger_lifecycle.go
.Release Note