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

Can't connect to local cluster using local IP and port #244

Open
samanake opened this issue Oct 12, 2022 · 1 comment
Open

Can't connect to local cluster using local IP and port #244

samanake opened this issue Oct 12, 2022 · 1 comment

Comments

@samanake
Copy link

samanake commented Oct 12, 2022

I started a new cluster hosted on http://127.0.01/:33459 using the +NEW button, and it appropriately shows the many options for managing/monitoring the cluster. If I try to search for http://127.0.0.1/33459 using the search bar at the top, nothing comes up. It instead connects to dask/dashboard/511c94dc-3b49-4f8b-95be-f30f959a41aa. Is there some network proxy I should be aware of?

Also, as a side-note question, can dask_cuda.LocalCUDACluster be used to integrate GPUs in the cluster when the module is added to the .yml file for cluster customization?

@ntabris
Copy link
Contributor

ntabris commented Feb 17, 2023

@samanake It looks like you have typos in your URLs. The URL needs to be http://<host>:<port>, in this case http://127.0.0.1:33459 (you need the :, and it shouldn't have / before it). Does that help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants