lburgazzoli commented on issue #2445: URL: https://github.com/apache/camel-k/issues/2445#issuecomment-867945586
Additional info: The _Integration_ has a condition where type=ready and status=false ```yaml apiVersion: camel.apache.org/v1 kind: Integration metadata: name: cd208ccf823b044089c48669c1ec1d6e4 status: conditions: - lastTransitionTime: "2021-06-24T20:49:04Z" lastUpdateTime: "2021-06-24T20:49:04Z" reason: ReplicaSetNotReady status: "False" type: Ready phase: Running ``` But the parent _KameletBinding_, does not reflect such status: ````yaml apiVersion: camel.apache.org/v1alpha1 kind: KameletBinding metadata: name: cd208ccf823b044089c48669c1ec1d6e4 spec: status: conditions: - lastTransitionTime: "2021-06-24T18:07:56Z" lastUpdateTime: "2021-06-24T18:07:56Z" status: "True" type: Ready phase: Ready ``` -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org