-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
feat: exclude Endpoints and EndpointSlices Kubernetes resource by default #20251
Conversation
…ault Signed-off-by: jaehanbyun <awbrg789@naver.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
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!
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.
@jaehanbyun The PR looks good. Can you resolve conflicts?
Signed-off-by: 변재한 <awbrg789@naver.com>
@ishitasequeira I've resolved the conflicts. Thank you! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20251 +/- ##
=======================================
Coverage 55.95% 55.95%
=======================================
Files 322 322
Lines 44673 44673
=======================================
Hits 24996 24996
- Misses 17084 17087 +3
+ Partials 2593 2590 -3 ☔ View full report in Codecov by Sentry. |
I think this should be reverted. The behavior of this pull request is not configurable by the users and a user that wants to display Endpoint or Endpoint Slices in the UI of Argo cannot do it anymore. The proposal on the issue suggested to add it to the default configuration for the 3.0 version. |
@agaudreault if you open the revert PR, I'll merge |
…ault (argoproj#20251) Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: alnoor <alihamzanoor99@gmail.com>
…ault (argoproj#20251) Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
…ault (argoproj#20251) Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: Adrian Aneci <aneci@adobe.com>
Fixes #20013
Checklist:
What I have done: