machine-learning-exchange / mlx

Machine Learning eXchange (MLX). Data and AI Assets Catalog and Execution Engine
https://ml-exchange.org/
Apache License 2.0
201 stars 52 forks source link

Remove VIEW EXPERIMENTS link for catalog-only deployments #348

Open JiaxuanYang opened 2 years ago

JiaxuanYang commented 2 years ago

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

Additional context

Add any other context about the problem here.

ckadner commented 2 years ago

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 commented 2 years ago

I deployed it locally

ckadner commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

JiaxuanYang commented 2 years ago

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

Thank you!

ckadner commented 1 year ago

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