You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/02/20 09:33:56 UTC

[GitHub] [camel-k] cenitfish commented on issue #1285: Support of 3rd party camel components, data formats and type converters

cenitfish commented on issue #1285: Support of 3rd party camel components, data formats and type converters
URL: https://github.com/apache/camel-k/issues/1285#issuecomment-588847435
 
 
   Hi Luca,
   
   currently I have the problem that if I pass my dependency with the -d option, an error occurs.
   
   `kamel run -d mvn:mycompany:mycomponent:1.0 hello.groovy --dev`
   integration "hello" created
   integration "hello" in phase Initialization
   integration "hello" in phase Building Kit
   integration "hello" in phase Error
   integration deployment failed
   
   
   `kubectl logs camel-k-kit-bp750vabvegtmhqbb5dg-builder`
   Error from server (BadRequest): container "kaniko" in pod "camel-k-kit-bp750vabvegtmhqbb5dg-builder" is waiting to start: PodInitializing
   
   `kubectl describe pod camel-k-kit-bp750vabvegtmhqbb5dg-builder`
   Events:
     Type    Reason     Age        From               Message
   
     Normal  Scheduled  <unknown>  default-scheduler  Successfully assigned default/camel-k-kit-bp750vabvegtmhqbb5dg-builder to minikube
     Normal  Pulled     57s        kubelet, minikube  Container image "docker.io/apache/camel-k:1.0.0-RC1" already present on machine
     Normal  Created    57s        kubelet, minikube  Created container builder
     Normal  Started    57s        kubelet, minikube  Started container builder
   
   Do you have any idea what the problem could be?
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services