project-codeflare / codeflare

Simplifying the definition and execution, scaling and deployment of pipelines on the cloud.
https://codeflare.dev
Apache License 2.0
218 stars 35 forks source link

not able to open up ray dashboard route from my local system browser #44

Open pmoogi-redhat opened 1 year ago

pmoogi-redhat commented 1 year ago

Describe the bug Installed RHODS, created data science project, deployed a Jupiter notebook with code flare image All working fine. Created a cluster. it deployed head and worker ray cluster nodes. All seem to be running fine. It exposes a route for ray dashboard which is not accessible at all.

To Reproduce Steps to reproduce the behavior:

  1. Install RHODS
  2. Create a data science project workbench with code flare notebook
  3. Create a ray cluster
  4. Check cluster.status -- all running fine5.
  5. Go to OCP Console/Network/Routes/ namespace -- pick up route address6.
  6. Open this route in your Mac notebook browser7.
  7. http://ray-dashboard-my-new-mnisttest-default.XXX.com --> does open at all...8. it constantly showing loading with "POC MGEN Fusion home" and " Fusion rack configuration" shown on the page

Expected behavior Must take me to ray dashboard

Screenshots

Screenshot 2023-03-16 at 2 45 04 PM

Desktop (please complete the following information):

Additional context Note I have changed security settings of my browser for route address for allow insecure content.. but still it doesn't work for me.