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

Storage to cluster pods #362

Open
avijra opened this issue Sep 28, 2023 · 0 comments
Open

Storage to cluster pods #362

avijra opened this issue Sep 28, 2023 · 0 comments

Comments

@avijra
Copy link

avijra commented Sep 28, 2023

Name of Feature or Improvement

Allow the user to provide storage details in cluster config

Description of Problem the Feature Should Solve

In the from codeflare_sdk.cluster.cluster import Cluster, ClusterConfiguration
under cluster = Cluster(ClusterConfiguration(
name='qlora',
namespace='default',
num_workers=2,
min_cpus=4,
max_cpus=4,
min_memory=8,
max_memory=8,
num_gpus=2,
instascale=False, #<---instascale enabled
#machine_types=["m5.xlarge", "g4dn.xlarge"]

))

There should be a option to add storage to cluster pods ,

Describe the Solution You Would Like to See

create a pvc with provided storage value in the ClusterConfiguration

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

2 participants