-
-
Notifications
You must be signed in to change notification settings - Fork 156
Port Forward Dashboard in experimental and classic KubeCluster #489
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
Conversation
jacobtomlinson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for raising this @mmccarty! Couple of comments.
|
Looks like |
|
How can I disable this port-forward? I do not need it because dask scheduler/dashboard is accessible through the kubernetes service. It is not necessary to run "kubectl port-forward", it should not be used. |
|
@project-administrator I've opened #533 to discuss this |
closes #485
This PR automatically port forwards the Dashboard in the experimental and classic
KubeCluster. It also generalizes the waydask_kubernetes.common.networking.is_comm_openverifies that the a given port is open.