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/11 01:00:56 UTC

[GitHub] [camel-k] Namphibian commented on issue #1204: Slow build time on Minikube reported

Namphibian commented on issue #1204: Slow build time on Minikube reported
URL: https://github.com/apache/camel-k/issues/1204#issuecomment-584433810
 
 
   Running into very slow builds on my local machine using minikube.
   
   1. hello.groovy example initially took over 5 minutes to get started.
   2. Rest-with-undertow is taking a massive amount of time and I gave up after 10 minutes. 
   
   See my log below;
   
   ```
   cornelius@namphi-ubuntu:~/git/camel-k$ kamel run examples/routes.groovy -n kamel
   
   cornelius@namphi-ubuntu:~$ kubectl get po --watch -n kamel
   
   NAME                                READY   STATUS    RESTARTS   AGE
   camel-k-operator-85789d59c4-hm7ln   1/1     Running   0          119m
   camel-k-kit-bp0vkrr8vs62q8k998a0-builder   0/1     Pending   0          0s
   camel-k-kit-bp0vkrr8vs62q8k998a0-builder   0/1     Pending   0          0s
   camel-k-kit-bp0vkrr8vs62q8k998a0-builder   0/1     Init:0/1   0          0s
   camel-k-kit-bp0vkrr8vs62q8k998a0-builder   0/1     Init:0/1   0          1s
   camel-k-kit-bp0vkrr8vs62q8k998a0-builder   0/1     PodInitializing   0          117s
   camel-k-kit-bp0vkrr8vs62q8k998a0-builder   1/1     Running           0          118s
   camel-k-kit-bp0vkrr8vs62q8k998a0-builder   0/1     Completed         0          5m28s
   routes-79484b4794-hsnx5                    0/1     Pending           0          0s
   routes-79484b4794-hsnx5                    0/1     Pending           0          0s
   routes-79484b4794-hsnx5                    0/1     ContainerCreating   0          0s
   routes-79484b4794-hsnx5                    1/1     Running             0          16s
   
   ```
   
   I am on a 100 Mbps fibre connection. I checked and downloads where not bad on other sites. 
   

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