-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
None
-
None
-
None
-
None
https://github.com/openshift/ovn-kubernetes/pull/2378
- Create all objects at once, 20 UDNs on 24 nodes, a few pods -> start up time for UDN controllers
- Startup time is unreasonable
- Locking of informers takes time
- 20 NAD controllers reconciliation locking is taking time
- Initial addition of resources is taking time
- Startup time is unreasonable
All the controllers are hogging the informer lock.
Link to PR that addresses this: https://github.com/ovn-kubernetes/ovn-kubernetes/pull/4939
- links to