replicatedhq / replicatedhq/platform-examples
feat(mlflow): add GPU node scheduling pattern
Nobody has claimed this yet.
- Dominant language
- Go Template
- Stars
- 9
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Parent epic: #166
Integration branch: feat/mlflow-enterprise-patterns
Add GPU scheduling support for ML/AI workloads with node selectors, tolerations, and nvidia.com/gpu resource limits.
Scope
- Add
gpusection tocharts/mlflow/values.yaml:enabled: false,nodeSelector,tolerations,resources.limits["nvidia.com/gpu"] - Update
charts/mlflow/templates/deployment.yamlto conditionally inject:nodeSelectorfrom.Values.gpu.nodeSelectorwhengpu.enabledtolerationsfrom.Values.gpu.tolerationswhengpu.enabledresources.limitsincludingnvidia.com/gpuwhengpu.enabled
- Add comments explaining the pattern for vendors adapting it to AMD ROCm or other GPU providers
Files touched
applications/mlflow/charts/mlflow/values.yaml(add gpu section)applications/mlflow/charts/mlflow/templates/deployment.yaml(conditional GPU blocks)
PR target
Branch PRs to feat/mlflow-enterprise-patterns (not main).
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.
Research direction
Start by reading applications/mlflow/charts/mlflow/values.yaml and applications/mlflow/charts/mlflow/templates/deployment.yaml on the feat/mlflow-enterprise-patterns branch. Add the disabled-by-default GPU settings, conditionally render node selectors, tolerations, and nvidia.com/gpu limits, and include vendor adaptation comments; done means the chart supports the requested GPU pattern without changing default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100