-
Notifications
You must be signed in to change notification settings - Fork 697
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
[Feature request] Exit code on failure #1749
Comments
@tonykim-moloco what info do you need via TFJob ? Can you elaborate more |
TFJob currently only exposes a wrapped information - |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Probably, we can support this request once we introduce batch/Job. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Feature Request
I would like to propose a feature to get the exit code of the chief pod via TFJob.
I know that the TFJob already takes care of whether-to-restart based on
restartPolicy
and the exit code internally.Can we expose that information via TFJob? Currently we want to handle the restart externally and it seems it is hard to get that information via TFJob CRD.
The text was updated successfully, but these errors were encountered: