astefanutti commented on pull request #2662:
URL: https://github.com/apache/camel-k/pull/2662#issuecomment-932146025


   I think this is ready.
   
   So besides fixing the scale status issues, it also removes the watches for 
Pods, that could lead to receiving all the updates for all the Pods on the 
entire cluster, except but for the Integration Pods, which should improve 
scalability by multiple orders of magnitude. This is strictly enforced by the 
label selector sets on the operator manager cache, so care must be taken to use 
a non-cached client when getting non Integration Pods, otherwise `nil` or an 
empty list is returned.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to