You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "gansheer (via GitHub)" <gi...@apache.org> on 2023/03/23 13:18:39 UTC

[GitHub] [camel-k] gansheer commented on issue #4150: Hi, Unable to create build in kamel for simple java code, when ever i tried to create it is getting failed.

gansheer commented on issue #4150:
URL: https://github.com/apache/camel-k/issues/4150#issuecomment-1481181110

   I would suggest you try to get more infos inside your kubernetes cluster directly:
   * Check the logs of your operator with `kubectl logs camel-k-operator-xxxxx` and see if you have any errors
   * Check the events of the pod with `kubectl describe pod camel-k-operator-xxxxx`
   * Check the presence of the camel custom resources with:
     * `kubectl get integrations.camel.apache.org` : this is your integration
     * `kubectl get builds.camel.apache.org`: this is the build that should have been launched for your integration
     * `kubectl get integrationkits.camel.apache.org`: this is the integration kit resource that correspond to the container image that will be used to run the integration
   * Check each one that is not in the right state with `-o yaml` (like : `kubectl get integrations.camel.apache.org basic-new-application -o yaml`)
   
   The informations of these CR should help you find where the problem is.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org