squakez commented on code in PR #4942: URL: https://github.com/apache/camel-k/pull/4942#discussion_r1423811527
########## pkg/apis/camel/v1/integration_types.go: ########## @@ -220,7 +227,8 @@ const ( IntegrationConditionJolokiaAvailableReason string = "JolokiaAvailable" // IntegrationConditionProbesAvailableReason --. IntegrationConditionProbesAvailableReason string = "ProbesAvailable" - + // IntegrationConditionMonitoringPodsAvailableReason used to specify that the Pods generated are available for monitoring. + IntegrationConditionMonitoringPodsAvailableReason string = "MonitoringPodsAvailable" Review Comment: This could happen when the user has imported an Integration but has not provided the Pod label [1] required by the operator to monitor the status of the Pods. [1] `$ kubectl patch deployment my-camel-sb-svc --patch '{"spec": {"template": {"metadata": {"labels": {"camel.apache.org/integration": "my-it"}}}}}'` -- 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