You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1521 Trying to fix with this. Looks like the endpointmanager now has a default regen time added. Below is the PR from cilium i attached. Also this seems to be running GC as well in the agent, do we need to? @huntergregory , can we disable GC in the agent as well ?
I think retina agent shouldn't modify cilium CRDs. We can have a custom k8s watcher instead of reusing Cilium's. The custom k8s watcher can use a dummy endpoint manager that does nothing
https://github.com/cilium/cilium/blob/2e57d3c934b9f62b9558807faf4af1e18ef18a72/pkg/endpointmanager/config.go#L19 This is controlling the periodic interval for regeneration, maybe this should be set to something much higher? The default is 2 minutes.
The text was updated successfully, but these errors were encountered: