You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Roberto Camelk <be...@gmail.com> on 2021/12/10 11:29:54 UTC

Camel-K build process getting killed

Why sometimes the camel-k build is killed printing this log:

{"level":"error","ts":1639135593.228176,"logger":"camel-k.controller.build","msg":"Build
kit-c6pjgfbh6q8s73fjjqs0 failed: failure while building project:
signal: killed","request-namespace":"default","request-name":"kit-c6pjgfbh6q8s73fjjqs0","api-version":"camel.apache.org/v1","kind":"Build","ns":"default","name":"kit-c6pjgfbh6q8s73fjjqs0"}

Re: Camel-K build process getting killed

Posted by Antonin Stefanutti <an...@stefanutti.fr.INVALID>.
It's possible the build process is killed because it's deadline has exceeded / timed out.

You can get some details in the Build resource. Also you can try increasing the build timeout parameter in the IntegrationPlatform.

> On 10 Dec 2021, at 12:29, Roberto Camelk <be...@gmail.com> wrote:
> 
> Why sometimes the camel-k build is killed printing this log:
> 
> {"level":"error","ts":1639135593.228176,"logger":"camel-k.controller.build","msg":"Build
> kit-c6pjgfbh6q8s73fjjqs0 failed: failure while building project:
> signal: killed","request-namespace":"default","request-name":"kit-c6pjgfbh6q8s73fjjqs0","api-version":"camel.apache.org/v1","kind":"Build","ns":"default","name":"kit-c6pjgfbh6q8s73fjjqs0"}