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

Design an optional ClusterManager component responsible for creating/deleting Ray clusters #29

Open
danielgafni opened this issue Oct 8, 2024 · 0 comments

Comments

@danielgafni
Copy link
Owner

danielgafni commented Oct 8, 2024

This component could be used in:

  • RayRunLauncher
  • ray_executor
  • PipesRayJobClient

The current components which already have this functionality:

  • KubeRayCluster
  • PipesKubeRayJobClient

This "cluster manager" component should be isolated and composable with other dagster-ray components.

This task is supposed to be a refactor/API definition. There is no need to implement this component. Also, this doesn't have to be a Dagster resources, just a normal class.

@danielgafni danielgafni changed the title Implement an optional component responsible for creating Ray clusters Design an optional component responsible for creating Ray clusters Oct 9, 2024
@danielgafni danielgafni changed the title Design an optional component responsible for creating Ray clusters Design an optional ClusterManager component responsible for creating/deleting Ray clusters Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant