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

[Housekeeping] Expand HeadNodeConfig dataclass in Ray plugin to include enableIngress #5753

Open
2 tasks done
davidmirror-ops opened this issue Sep 17, 2024 · 0 comments
Open
2 tasks done
Labels
housekeeping Issues that help maintain flyte and keep it tech-debt free

Comments

@davidmirror-ops
Copy link
Contributor

Describe the issue

As a user of the Ray<>Flyte integration, I need to setup the Ray Head Node using some of the kuberay supported arguments, including enableIngress to get access to the Ray dashboard without port-forward.

When trying to set this option on the HeadNodeConfig object, it throws an error as it doesn't recognize this option.

Currently, the plugin code only exposes the ray_start_params attribute.

What if we do not do this?

Ray users still need to do port-forward because the ServiceType is also not customizable so there are no other options.

Related component(s)

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@davidmirror-ops davidmirror-ops added the housekeeping Issues that help maintain flyte and keep it tech-debt free label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Issues that help maintain flyte and keep it tech-debt free
Projects
None yet
Development

No branches or pull requests

1 participant