Skip to content
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

Closed
sshrdp opened this issue Nov 28, 2018 · 3 comments
Closed

TFJob doesn't forward error logs from the jobs #407

sshrdp opened this issue Nov 28, 2018 · 3 comments

Comments

@sshrdp
Copy link

sshrdp commented Nov 28, 2018

TF Job doesn't show any information regarding the spawned jobs state and errors in Pipeline UI.

@yebrahim
Copy link
Contributor

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:

  • Ability to identify such resources, either via run steps transitively adding ownership references, or by using a well-defined API to create further resources.
  • Tracking and reporting status for each of those resources in order to surface them in the UI.

@randxie
Copy link

randxie commented Mar 6, 2019

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.

@vicaire
Copy link
Contributor

vicaire commented Mar 26, 2019

Closing this issue as a duplicate of #677

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants