thjaeckle commented on issue #414:
URL: 
https://github.com/apache/pekko-management/issues/414#issuecomment-3112361378

   We at the Eclipse Ditto project, making use of Apache Pekko and clustering, 
solved that with a script - also patching the "pods deletion cost" based on how 
old the pods are.  
   Sharing it here so people could get an alternative while this is not yet 
done in Pekko itself.
   
   The script:
   * 
https://github.com/eclipse-ditto/ditto/blob/master/deployment/helm/ditto/scripts/patch-pods-deletion-cost.sh
   
   Which is invoked regularly by a k8s cron job:
   * 
https://github.com/eclipse-ditto/ditto/blob/master/deployment/helm/ditto/templates/hooks/pod-deletion-cost-cron-job.yaml
   
   And also prior to an upgrade:
   * 
https://github.com/eclipse-ditto/ditto/blob/master/deployment/helm/ditto/templates/hooks/pre-upgrade-job.yaml


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