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/01/10 05:33:29 UTC

[GitHub] [camel-k] davsclaus opened a new issue #1186: Add time it takes to build a kit in the builder pod log

davsclaus opened a new issue #1186: Add time it takes to build a kit in the builder pod log
URL: https://github.com/apache/camel-k/issues/1186
 
 
   When build a kit it takes many minutes. It would be good to have that logged so we can see how long it takes. The logs dont have timestamps. But we can add a log entry in the start.
   
   Building kit XXX starting
   Building kit XXX completed in 4m17s
   
   

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

[GitHub] [camel-k] davsclaus commented on issue #1186: Add time it takes to build a kit in the builder pod log

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #1186: Add time it takes to build a kit in the builder pod log
URL: https://github.com/apache/camel-k/issues/1186#issuecomment-572883390
 
 
   Ah you can see that as they are a build job and you can get the duration from k8s
   
   ❯ kubectl get builds -n mykamel
   NAME                       PHASE       AGE   STARTED   DURATION          ATTEMPTS
   kit-boc0gekj6qtqprh6d5s0   Succeeded   29m   29m       3m57.766320235s
   kit-boc0m8kj6qtqprh6d5sg   Succeeded   16m   16m       4m37.372446786s

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