-
Notifications
You must be signed in to change notification settings - Fork 107
🐛 Fix duplicate deployment names in klusterlet-agent availability message #671
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 duplicate deployment names in klusterlet-agent availability message #671
Conversation
Signed-off-by: Rokibul Hasan <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #671 +/- ##
==========================================
+ Coverage 63.04% 63.05% +0.01%
==========================================
Files 182 182
Lines 17606 17612 +6
==========================================
+ Hits 11100 11106 +6
Misses 5594 5594
Partials 912 912
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
pkg/operator/operators/klusterlet/controllers/statuscontroller/klusterlet_status_controller.go
Outdated
Show resolved
Hide resolved
Another option is to deduplicate the agents in the
|
Signed-off-by: Rokibul Hasan <[email protected]>
/lgtm |
@RokibulHasan7 Can we have a comparison of how the message looks before and after the change. This will help followers and code readers understand the fix better. Thank you! |
Before:
After:
|
/cc @qiujian16 |
good catch, thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16, RokibulHasan7 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 |
e9245d4
into
open-cluster-management-io:main
Summary
Related issue(s)
Fixes #