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

Refreshing trial page fails: [500] trials.kubeflow.org "trial-name" not found #2474

Open
mickvangelderen opened this issue Jan 9, 2025 · 0 comments

Comments

@mickvangelderen
Copy link

What happened?

Create an experiment out of the default namespace with at least one trial, click on trial in experiment trial tab, reload page.

The namespace is not included in the URL, perhaps that is the issue.

Example experiment URL: http://example.com/katib/experiment/my-namespace/my-experiment
Example trial URL (no mention of my-namespace): http://example.com/katib/experiment/my-experiment/trial/my-experiment-4vfsxzpx

Visiting http://example.com/katib/experiment/my-namespace/my-experiment/trial/my-experiment-4vfsxzpx does not work either (adding the namespace manually), it shows a blank page.

What did you expect to happen?

See the same page.

Environment

Kubernetes version:

$ kubectl version
Client Version: v1.31.4
Kustomize Version: v5.4.2
Server Version: v1.30.3

Katib controller version:

$ kubectl get pods -n kubeflow -l katib.kubeflow.org/component=controller -o jsonpath="{.items[*].spec.containers[*].image}"
docker.io/kubeflowkatib/katib-controller:v0.17.0

Katib Python SDK version:

$ pip show kubeflow-katib
n/a

Impacted by this bug?

Give it a 👍 We prioritize the issues with most 👍

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

1 participant