Skip to content

Storage to cluster pods #362

Open
Open
@avijra

Description

@avijra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions