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

Remove VIEW EXPERIMENTS link for catalog-only deployments #348

Open
JiaxuanYang opened this issue Jul 5, 2022 · 7 comments
Open

Remove VIEW EXPERIMENTS link for catalog-only deployments #348

JiaxuanYang opened this issue Jul 5, 2022 · 7 comments
Labels
bug Something isn't working help wanted Extra attention is needed UI User Interface

Comments

@JiaxuanYang
Copy link
Contributor

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Pipelines'
  2. Click on 'Experiments'
  3. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots
Screen Shot 2022-07-01 at 9 44 40 AM

If applicable, add screenshots to help explain your problem.

Environment

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • MLX Version [e.g. 22]

Additional context

Add any other context about the problem here.

@ckadner
Copy link
Member

ckadner commented Jul 6, 2022

Hi @JiaxuanYang can you describe how you deployed this instance of MLX? I.e. is this on IKS or OpenShift (IBM Cloud or Fyre) or a local Kind deployment?

@JiaxuanYang
Copy link
Contributor Author

I deployed it locally

@ckadner
Copy link
Member

ckadner commented Jul 6, 2022

I deployed it locally

With KIND I suppose (Kubernetes version 1.21)? And your port-forward is not to the mlx-ui directly but to the istio-ingress service?

When you use your browser developer tools, what do you see in the network traffic log when you click on experiments?

@ckadner
Copy link
Member

ckadner commented Jul 7, 2022

I just deployed MLX on a KIND cluster and could see the experiments iFrame show up fine. When I pasted the URL http://localhost:3000/experiments into a new private window, I did get the 404 (expected) since I was not logged in. After logging in as admin the experiments showed up fine here as well.

Could you try deleting your browser cookies and log in again and/or try a new private browser window?

@ckadner
Copy link
Member

ckadner commented Jul 7, 2022

@JiaxuanYang besides clearing browser cookies (private window), could you check if all of the kubeflow pods came up fine?

@JiaxuanYang
Copy link
Contributor Author

@JiaxuanYang besides clearing browser cookies (private window), could you check if all of the kubeflow pods came up fine?

Thank you!

@ckadner
Copy link
Member

ckadner commented Aug 4, 2022

Actually, there still is an issue here. Although the VIEW EXPERIMENTS link works for cluster deployments (incl. KIND), it does not work for the local Quick-Start deployment with docker compose. For that we should disable (remove) the "VIEW EXPERIMENTS" link.

image

@ckadner ckadner reopened this Aug 4, 2022
@ckadner ckadner changed the title Experiment link returns 404 Remove VIEW EXPERIMENTS link for catalog-only deployments Aug 4, 2022
@ckadner ckadner added bug Something isn't working help wanted Extra attention is needed UI User Interface labels Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed UI User Interface
Projects
None yet
Development

No branches or pull requests

2 participants