lsergio commented on issue #5552:
URL: https://github.com/apache/camel-k/issues/5552#issuecomment-2135111623

   I see. Well, one suggestion I have is to check the Deployment status 
Progressing condition. It is true, keep checking the Pods, but do not check for 
the Unschedulable reason. This will catch any more severe condition, like an 
ImagePullbackoff. The Integration Ready condition would be false.
   
   When the Deployment times out, the Deployment Progressing condition would 
change to False, and then we could check the Pods and get the error message 
from the Unschedulable ones, setting the Integration Ready condition to False 
with the Error reason. 


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