-
Notifications
You must be signed in to change notification settings - Fork 117
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
[release-1.15] Use v2 specific label to avoid matching previous deployment-based dispatchers #4105
[release-1.15] Use v2 specific label to avoid matching previous deployment-based dispatchers #4105
Conversation
…patchers This ensures that our `consumergroup` controller as well as replication controller only match v2-specific pods and won't try to reconcile pods that belong to the previous deployment. Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.15 #4105 +/- ##
================================================
+ Coverage 48.22% 48.24% +0.02%
================================================
Files 246 246
Lines 14597 14603 +6
================================================
+ Hits 7039 7045 +6
- Misses 6848 6849 +1
+ Partials 710 709 -1 ☔ View full report in Codecov by Sentry. |
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
Thanks for catching and fixing this @pierDipi :)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, knative-prow-robot 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 |
/retest-required |
/test reconciler-tests-namespaced-broker |
2 similar comments
/test reconciler-tests-namespaced-broker |
/test reconciler-tests-namespaced-broker |
/retest-required |
d1e6cb4
into
knative-extensions:release-1.15
This is an automated cherry-pick of #4104