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

Support use of ingress for accessing ray dashboard when ray cluster is created. #219

Closed
MichaelClifford opened this issue Jul 12, 2023 · 1 comment · Fixed by #251
Closed
Assignees

Comments

@MichaelClifford
Copy link
Collaborator

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)

@Maxusmusti
Copy link
Collaborator

Note that our cluster.cluster_dashboard_uri() should then also utilize the ingress API as opposed to the routes API (similar to what is being done currently in cluster.local_client_url()

@Bobbins228 Bobbins228 self-assigned this Jul 25, 2023
@Bobbins228 Bobbins228 moved this from Todo to In Progress in Project CodeFlare Sprint Board Jul 25, 2023
@Bobbins228 Bobbins228 moved this from In Progress to Ready For Review in Project CodeFlare Sprint Board Jul 26, 2023
@Bobbins228 Bobbins228 moved this from Ready For Review to In Progress in Project CodeFlare Sprint Board Jul 27, 2023
@Bobbins228 Bobbins228 moved this from In Progress to In Review in Project CodeFlare Sprint Board Aug 17, 2023
@Bobbins228 Bobbins228 moved this from In Review to Ready For Review in Project CodeFlare Sprint Board Aug 17, 2023
@KPostOffice KPostOffice moved this from Ready For Review to In Review in Project CodeFlare Sprint Board Aug 22, 2023
@Bobbins228 Bobbins228 moved this from In Review to In Progress in Project CodeFlare Sprint Board Aug 30, 2023
@Bobbins228 Bobbins228 moved this from In Progress to Ready For Review in Project CodeFlare Sprint Board Oct 4, 2023
@github-project-automation 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
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants