-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ttlSecondsAfterFinished for MPIJob, not only launcher #644
Comments
do you mean that you want to keep the pod objects until the ttl finishes? Or do you want to keep them running? |
@alculquicondor, thanks for the reply. I want the mpijob resource itself to be deleted after ttl, just like how ttlSecondsAfterFinished works in MPIJob V1. In the current implementation, it remains uncleaned until deleted explicitly, right? |
oh, gotcha. I don't know if that's how other Kubeflow APIs work. If they do, we can bring MPIJob back to parity. |
Indeed, the other Jobs will be removed after ttlSecondsAfterFinished like this: |
Would it make sense to extend |
Those should be fine just in Job, because the launcher job is what controls the execution. If it finishes as Failed, the rest of the pods would terminate too, IIRC. |
Do we have plan to extend
ttlsSecondsAfterFinished
to the MPIJob-level, not just the launcher?The text was updated successfully, but these errors were encountered: