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 2022/06/30 01:28:41 UTC

[GitHub] [camel-k] barius opened a new issue, #3408: Buildah pods will wait for Istio container to finish then timeout

barius opened a new issue, #3408:
URL: https://github.com/apache/camel-k/issues/3408

   When Istio auto-injection is enabled, the camel-k builder always wait for the Istio container to complete (which will never happen), and triggers the default 5 min timeout (though Buildah finished in around 1~2 min and after the timeout the build still succeeds).
   
   Using #3309 built on a M1 Max Macbook, with self-built arm64 version of quarkus-mandrel (that does not seems the culprit?), Docker Desktop 4.9. Haven't tested other builds yet.
   My install command is
   ```
   kamel install --build-publish-strategy=Buildah --registry host.docker.internal:15000 --registry-insecure --operator-image host.docker.internal:15000/bariusss/camel-k:1.10.0-SNAPSHOT --maven-repository "http://nexus.nexus.svc.cluster.local/repository/maven-central/@id=nexus@name=nexus@mirrorOf=central"
   ```
   


-- 
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.apache.org

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


[GitHub] [camel-k] squakez closed issue #3408: Buildah pods will wait for Istio container to finish then timeout

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #3408: Buildah pods will wait for Istio container to finish then timeout
URL: https://github.com/apache/camel-k/issues/3408


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


[GitHub] [camel-k] anerathil commented on issue #3408: Buildah pods will wait for Istio container to finish then timeout

Posted by GitBox <gi...@apache.org>.
anerathil commented on issue #3408:
URL: https://github.com/apache/camel-k/issues/3408#issuecomment-1198240830

   Hey, you could disable the injection of the Istio sidecar:
   
   - by trait: https://camel.apache.org/camel-k/1.9.x/traits/istio.html
   - exclude pods with the matching builder label in Istio configuration (neverInjectSelector afaik)
   
   If you want to keep the injection I think you can I think you can also configure Istio to enforce waiting for the sidecar eg. by using [holdApplicationUntilProxyStarts](https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/)
   
   Cheers
   
   
   


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


[GitHub] [camel-k] barius commented on issue #3408: Buildah pods will wait for Istio container to finish then timeout

Posted by GitBox <gi...@apache.org>.
barius commented on issue #3408:
URL: https://github.com/apache/camel-k/issues/3408#issuecomment-1200545856

   Ok I'll give this a try, ty @anerathil  :)


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