christophd commented on pull request #2711:
URL: https://github.com/apache/camel-k/pull/2711#issuecomment-1010062356


   @squakez thanks! 
   
   I believe the workflow is doing something like this
   
   ```
   kamel install --cluster-setup
   
   
   kamel install -n $YAKS_NAMESPACE
   ```
   
   Where the cluster setup is done for namespace `default` and the 2nd install 
is done in a test namespace. The 2nd install command should install the Camel K 
operator and the Integration Platform right? 
   
   So right after the install the test starts and creates the integration. 
Maybe this is a racing condition where the Integration Platform has not been 
fully created yet but the test is already referencing a Kamelet?
   
   We can add `-w` option to the 2nd install command to make sure we wait for 
the platform to be running.
   


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