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

Show trial logs on the interface #971

Closed
prcastro opened this issue Dec 13, 2019 · 11 comments
Closed

Show trial logs on the interface #971

prcastro opened this issue Dec 13, 2019 · 11 comments

Comments

@prcastro
Copy link

prcastro commented Dec 13, 2019

/kind feature

Describe the solution you'd like

The problem is accessing and debugging the trials of a model. A possible solution is to have, on the interface, a way to access the logs of each trial. Seeing what trials are running and which ones are failing are a plus.

@johnugeorge
Copy link
Member

/area frontend

/cc @andreyvelich

@k8s-ci-robot
Copy link

@johnugeorge: The label(s) area/frontend cannot be applied, because the repository doesn't have them

In response to this:

/area frontend

/cc @andreyvelich

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@johnugeorge
Copy link
Member

/area front-end

@nlarusstone
Copy link

This is also a question we have been having -- how are we intended to access the trial logs currently?

@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue.
See dashboard for more details.

@andreyvelich
Copy link
Member

@nlarusstone Right now, you can access Trial logs using kubectl or K8s APIs with corresponding training container.
In the future releases we have plans to add this feature on the UI as well.
/priority p2

@nlarusstone
Copy link

Forgive my ignorance, but where is the training container actually run? I can't seem to run kubectl logs <trial-name>

@andreyvelich
Copy link
Member

andreyvelich commented Oct 27, 2020

@nlarusstone No worries!
If you want to save Trial's pods after completion, you have to specify retain: true in Experiment, e.g. like here.

After that, you should be able to check logs from the created pods even if Trial is complete.
Trial's job should run in the same namespace as your Experiment.

@stale
Copy link

stale bot commented Jan 30, 2021

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.

@andreyvelich
Copy link
Member

/lifecycle frozen

@andreyvelich
Copy link
Member

This feature has been implemented, thanks everyone for the contributions!

New Katib UI automation moved this from To do to Done May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

5 participants