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/03/18 09:30:36 UTC

[GitHub] [camel-k] nicolaferraro opened a new issue #289: Be revision-friendly and do not use revisions by default on Knative profile

nicolaferraro opened a new issue #289: Be revision-friendly and do not use revisions by default on Knative profile
URL: https://github.com/apache/camel-k/issues/289
 
 
   Service revisions are a nice thing as they allow to route traffic to different versions of the integration at the same time if needed.
   
   But each time you do a redeploy a new revision (pod, running) is added and it scales down only after 5 minutes.
   What's even worse is that if the deployment fails it's retried multiple times, generating at every cycle a new revision, blocking the whole cluster.
   
   We should understand why a redeployment results in two different revisions if nothing changes.
   We should use a different strategy by default, to avoid creating multiple pods if not required.

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