Commit 0f3ed5f
committed
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.1 parent 6080174 commit 0f3ed5f
File tree
2 files changed
+459
-103
lines changed- backend
- cmd
- pkg/k8cache
2 files changed
+459
-103
lines changed
0 commit comments