-
Notifications
You must be signed in to change notification settings - Fork 36
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
Refactor logs gather flow to support multiple clusters #452
Refactor logs gather flow to support multiple clusters #452
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #452 +/- ##
==========================================
- Coverage 75.73% 75.61% -0.13%
==========================================
Files 35 35
Lines 2061 2079 +18
==========================================
+ Hits 1561 1572 +11
- Misses 428 433 +5
- Partials 72 74 +2 ☔ View full report in Codecov by Sentry. |
- Refactor logs gathering flow to support logs gather from multiple clusters. This is used in multi cluster scenario - Add "getSecret" function to fetch certs that are used in multicluster test. - Add name cluster to be specified during log gathering. Signed-off-by: Maxim Babushkin <[email protected]>
953cb16
to
c52d103
Compare
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! Adding a hold so Sridhar can take another look. Feel free to remove (by removing label or commenting /hold cancel)
/hold
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.
Thanks for incorporating the changes @MaxBab
* upstream/main: Consolidate reconciler config fields into ReconcilerConfig (istio-ecosystem#453) Refactor logs gather flow to support multiple clusters (istio-ecosystem#452)
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #422