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
MaxConcurrentReconciles for both controllers is currently set to 1 (default value). This is the number of goroutines that will be spawned to handle the reconcile requests coming in the workqueue.
We could use https://github.com/uber-go/automaxprocs to set GOMAXPROCS to what set on the container quotas and then set the MaxConcurrentReconciles to that value.