You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "lsergio (via GitHub)" <gi...@apache.org> on 2024/03/06 18:24:41 UTC

Re: [I] Deployment Trait maxUnavailable and maxSurge values differ from documentation and do not support % values [camel-k]

lsergio commented on issue #5223:
URL: https://github.com/apache/camel-k/issues/5223#issuecomment-1981524817

   After the change I was able to apply Integrations with all the following deployment trait configurations with the snapshot operator:
   
   ```
   traits
       deployment:
         strategy: RollingUpdate
         rollingUpdateMaxUnavailable: 30%
         rollingUpdateMaxSurge: 20%
   
   traits
       deployment:
         strategy: RollingUpdate
         rollingUpdateMaxUnavailable: 30
         rollingUpdateMaxSurge: 20
   
   traits
       deployment:
         strategy: RollingUpdate
   
   traits
     // no deployment trait configured
   
   ```
   
   in all cases the generated deployment respected the values I provided or used the 25% default


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