astefanutti commented on issue #3441:
URL: https://github.com/apache/camel-k/issues/3441#issuecomment-1182918403

   If I understand the issue correctly, it is two folds:
   
   **1. All the Integration resources are reconciled upon the operator 
startup:**
   
   This is the standard operator behavior, i.e., all the managed resources are 
reconciled once, so any changes to their state, that could have occurred while 
the operator was down, are taken into account, and the system can achieve 
eventual consistency.
   That indeed may cause a spike w.r.t. compute resources and API server 
requests. We could look into further tuning the client side QPS and Burst 
parameters that control API request throttling. These have been increased as 
part of #2814, but we could make them configurable. 
   
   **2. The reconciliation goes on indefinitely:**
   
   This may be an occurence of the issue fixed by #3285, which has yet to be 
released in the upcoming 1.9.3 version.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to