-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
TFJob doesn't forward error logs from the jobs #407
Comments
Yes, eventually we would like the UI to surface status of the transitive closure of the run's resources, of which TF Job is an example. This isn't trivial unfortunately, it will require two things:
|
To forward logging from tfjobs to Pipeline UI, it seems to me that we should expand the tf-operator, e.g. adding utility functions to stream logs back to the container where tfjobs runs. IIRC, the current Pipeline UI is able to capture logs from tfjobs container. |
Closing this issue as a duplicate of #677 |
TF Job doesn't show any information regarding the spawned jobs state and errors in Pipeline UI.
The text was updated successfully, but these errors were encountered: