Storage to cluster pods
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- kubernetes, python
- Domain
- infrastructure
Research direction
Read codeflare_sdk.cluster.cluster, especially Cluster and ClusterConfiguration, as shown in the issue. Trace how cluster pod resources are assembled and where the provided storage value could be carried into a PVC. Done means the configuration accepts storage details and the resulting cluster pods use the created PVC.
Written by the indexing model from the issue text.
Description
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
- Dominant language
- Python
- Stars
- 35
- Forks
- 66
- Avg merge
- 48m
- Merged PRs (30d)
- 7
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from project-codeflare/codeflare-sdk
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
project-codeflare/codeflare-sdk#488 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
All issues in project-codeflare/codeflare-sdk
Similar issues
-
area/auth bug comp/agent P3 platform/discord type/security
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
NousResearch/hermes-agent#117848 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100