Closed fungiboletus closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.95%. Comparing base (
98ccd3d
) to head (c89a5a1
). Report is 47 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
2 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This would be useful, we have a lot of DaemonSets with services that are causing constant reconciliations due to constant cluster scaling.
This change is awesome.
So we don't have to manually configure the resource.exclusions
.
@crenshaw-dev @alexmt @jessesuen PTAL
What needs to be done to get this over the hump? This has a serious load impact for us (https://github.com/argoproj/argo-cd/issues/15594#issuecomment-1936709854).
Is there a scenario where you don't want EndpointSlice to be ignored? I saw the code was ready to add more ignored ressources so I just added it there.
I think it's fine to have default ignored ressources in resource.exclusions
instead. I wouldn't mind if someone else feels like implementing it :D
@fungiboletus we do have them in the UI because they contain useful networking information to identify and debug some network problems.
I created an issue for the 3.0 version to change the default settings https://github.com/argoproj/argo-cd/issues/20013 :)
This is related to a comment stating that endpointslice should be ignored.