astefanutti opened a new pull request #2662:
URL: https://github.com/apache/camel-k/pull/2662


   This PR provides a consistent Integration scaling status, by directly 
reconciling Integration Pods, rather than relying on owned resources, like 
Deployment, KnativeService and CronJob, that do not provide a minimal common 
denominator. 
   
   It fixes several issues, for which the reported number of replicas was 
incorrect, when the wrong ReplicaSet was selected for example.
   
   It also restricts the caching of Pods by Integration label selector, and 
also projects the cached resources to `PartialObjectMetadata`, in order to 
limit memory requirement for the operator when scaling the number of 
Integrations.
   
   Last but not least, It prepares better error handling reporting, for which 
proper replicas reporting is a pre-requisite.
   
   **Release Note**
   ```release-note
   feat: Consistent Integration scale status
   ```
   


-- 
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