-
Notifications
You must be signed in to change notification settings - Fork 448
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
v1alpha2 does not show any data immediately after starting a katib experiment in the HP monitor UI. #704
Comments
I'm not seeing any data in the Katib Monitoring UI even though I have experiments running.
I'm using Kubeflow 0.6..2 I've been working on adding HPTuning to the xgboost_synthetic example and you should be able to use that to repo this. |
Currently, UI doesn't show trials till metrics are reported for at least one trial. Till then, UI doesn't show any data. |
@jlewi Do you see the experiment in the UI? Maybe like this. |
@gaocegege no I didn't see any experiment in the UI. Could this be an issue with multi-user and missing service accounts? I was running my experiments in a namespace other than the Kubeflow namespace. As part of that I ran into problems with service accounts missing (e.g #843) so one possibility is that the katib backend either isn't listing experiments in other namespace or else is having problems because of missing RBAC permissions/service accounts. |
As @johnugeorge said, we recently support multi-namespace. I think you should be able to get experiments on UI in v1alpha3. Ref #774 |
/close |
@gaocegege: Closing this issue. In response to this:
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. |
v1alpha2 does not show any data immediately after starting a katib experiment. We can only see the the experiment entry in the HP monitor. If I click on experiment, It's empty. should I wait till the experiment done?
But v1alpha1 shows the all the trials lists immediately in the UI, once you start a studyjob.
kubectl version
): v1.15.1/etc/os-release
): Ubuntu 18.04.2 LTSThanks.
The text was updated successfully, but these errors were encountered: