We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MPIJobEvicted
If the worker pod got evicted, the entire MPIJob will run into Failed state:
Failed
status: conditions: - lastTransitionTime: "2024-08-14T19:45:39Z" lastUpdateTime: "2024-08-14T19:45:39Z" message: MPIJob xxx is created. reason: MPIJobCreated status: "True" type: Created - lastTransitionTime: "2024-08-14T19:48:02Z" lastUpdateTime: "2024-08-14T19:48:02Z" message: MPIJob xxx is running. reason: MPIJobRunning status: "False" type: Running - lastTransitionTime: "2024-08-15T04:01:42Z" lastUpdateTime: "2024-08-15T04:01:42Z" message: 1/8 workers are evicted reason: MPIJobEvicted status: "True" type: Failed replicaStatuses: Launcher: failed: 1 Worker: active: 7 failed: 1 startTime: "2024-08-14T19:45:39Z"
However, the run policy is not honored as a result and the worker pods are kept in running state.
runPolicy: backoffLimit: 1 cleanPodPolicy: Running ttlSecondsAfterFinished: 10800
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the worker pod got evicted, the entire MPIJob will run into
Failed
state:However, the run policy is not honored as a result and the worker pods are kept in running state.
The text was updated successfully, but these errors were encountered: