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 2021/04/02 06:47:34 UTC

[GitHub] [camel-k] astefanutti commented on issue #2188: Multiple ReplicaSet Race Condition

astefanutti commented on issue #2188:
URL: https://github.com/apache/camel-k/issues/2188#issuecomment-812354747


   I suspect there is another controller that applies conflicting changes to the Deployment. That would explain the `deployment.kubernetes.io/revision: 42` label. For each Deployment revision, a new ReplicaSet is created, and the previous one is scaled down.
   
   To identify the other controller that can possibly change the Deployment, could you please provide its definition, by providing the output of `kubectl get deployment processor-mj -o yaml`?
   
   Also, if this is possible for you, it could be interesting that you test on `master` branch, as we now use server-side apply to manage the Deployment (#2039).
   
    


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