-
Notifications
You must be signed in to change notification settings - Fork 44
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
Bobbins228
moved this from In Progress
to Ready For Review
in Project CodeFlare Sprint Board
Jul 26, 2023
Bobbins228
moved this from Ready For Review
to In Progress
in Project CodeFlare Sprint Board
Jul 27, 2023
Bobbins228
moved this from In Review
to Ready For Review
in Project CodeFlare Sprint Board
Aug 17, 2023
KPostOffice
moved this from Ready For Review
to In Review
in Project CodeFlare Sprint Board
Aug 22, 2023
Bobbins228
moved this from In Progress
to Ready For Review
in Project CodeFlare Sprint Board
Oct 4, 2023
github-project-automation
bot
moved this from Ready For Review
to Done
in Project CodeFlare Sprint Board
Oct 29, 2023
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: