katib: Katib Experiment Graph is not shown
/kind bug
What steps did you take and what happened: I can successfully execute the random-experiment but graph is not shown (empty). But I can see result of execution in text


What did you expect to happen: I can run the code with graph output. (item 6 Figure) example-using-random-algorithm
Anything else you would like to add:
Environment:
- Kubeflow version:1.0.2
- Minikube version:microk8s
- Kubernetes version: (use
kubectl version
):15.1 - OS (e.g. from
/etc/os-release
):ubuntu 19.10
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 16 (6 by maintainers)
@sakaia Can you try to update your
katib-ui
deployment image to the latest. You donβt need to redeploy all Kubeflow components, just run:kubectl edit deploy katib-ui -n kubeflow
and modify the container image to:gcr.io/kubeflow-images-public/katib/v1alpha3/katib-ui
. After that, thekatib-ui
pod will be restarting.Then, try to access Katib UI using port-forwarding:
kubectl port-forward svc/katib-ui 8080:80 -n kubeflow
.You should be able to access Katib UI with this URL: http://localhost:8080/katib. Try if it works for you.
@sakaia Thanks, logs are looking good.
Try to update this page few times and check errors inside the Google Chrome console. Also, try to click on any Trial name and see if Metrics Graph is shown.
Issue-Label Bot is automatically applying the labels:
Please mark this comment with π or π to give our bot feedback! Links: app homepage, dashboard and code for this bot.
Issue-Label Bot is automatically applying the labels:
Please mark this comment with π or π to give our bot feedback! Links: app homepage, dashboard and code for this bot.