Prevent Scaled jobs disruptions on k8a upgrades and other planned disruptions. #6463
Unanswered
DavidLeonardoGutierrez
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello team.
I'm looking for a way to prevent pods to be early terminated during k8s upgrades and other planned disruptions.
My project uses an ScaledJob for quite long running operations and I really need that on planned disruptions, such the drain operations, jobs get completed.
I initially planned to use a PodDisrruptionBudget as part of my Helm chart, but looks like jobs are not compatible.
Do you guys have any suggestion that may help on this use case?
Beta Was this translation helpful? Give feedback.
All reactions