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

Set PVC names in Ray ClusterConfig #774

Open
cmisale opened this issue Nov 25, 2024 · 0 comments
Open

Set PVC names in Ray ClusterConfig #774

cmisale opened this issue Nov 25, 2024 · 0 comments

Comments

@cmisale
Copy link

cmisale commented Nov 25, 2024

Name of Feature or Improvement

I would like to be able to pass PVC names to a ClusterConfig.

Description of Problem the Feature Should Solve

When I create Ray clusters through the SDK, I couldn't find a way to add PVC name(s) to be added to the Ray object. I would like to be able to pass PVC names to a ClusterConfig instead of having to add that to a customized base template.
I am not using S3 endpoints, therefore that is not useful to me.

Describe the Solution You Would Like to See

Add persistent_volume_claims: List[str] to the ClusterConfig definition

Describe Alternatives You Have Considered

Copy https://github.com/project-codeflare/codeflare-sdk/blob/v0.19.0/src/codeflare_sdk/templates/base-template.yaml, edit and pass it through the template parameter.

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