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
backend: k8cache/cacheInvalidation: filter gvrList to reduce the number of go routines for informers
currently the number of go routines is spawning is around 400, because
in CheckForChanges, there are 54 informers are there so because of it
it is spawning to much go routines per context. so through this PR it
is now filtering out the resources which are important or widely used
such as secrets, nodes, pods etc.
0 commit comments