wmedvede opened a new issue, #3048:
URL: https://github.com/apache/incubator-kie-tools/issues/3048

   When we deploy a workflow with the gitops profile that uses the knative 
deploymentModel, the outdated knative revisions are not being cleaned up.
   
    
   When we deploy workflows that are linked with the knative eventing system, 
as part of the initialization procedure the K_SINK env variable is injected by 
the knative operator. That's part of the regular initialization. Additionally, 
when we use the knative deploymentModel, that injection produces a new knative 
serving revision, which is also part of the regular initialization.
   
   However, when the injection is produced in revision N (without the K_SINK 
injected) to produce the revision N+1 (with the K_SINK injected), revision N 
remains in the system but is inoperable, since lacks of the K_SINK. This 
produces a negative impact since the initialization pod might remain trying to 
restart due to the K_SINK health check, etc.
   
    
   So, considering that revision N is completely useless, we are basically 
removing it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to