-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support use of ingress for accessing ray dashboard when ray cluster is created. #219
Comments
Merged
Note that our |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current implementation of "cluster.up()" generates a route resource to expose the ray dashboard to the internet. However, routes are specific to OpenShift and not available in vanilla kubernetes. We should add support for using ingress resources as well which can be used with kubernetes.
This should also address the issue here:
#143 (comment)
The text was updated successfully, but these errors were encountered: