Skip to content

[bitnami/mlflow] Add support for generic ephemeral volume#36290

Closed
kimminw00 wants to merge 0 commit intobitnami:mainfrom
kimminw00:feature/generic-ephemeral-tmp-volume
Closed

[bitnami/mlflow] Add support for generic ephemeral volume#36290
kimminw00 wants to merge 0 commit intobitnami:mainfrom
kimminw00:feature/generic-ephemeral-tmp-volume

Conversation

@kimminw00
Copy link
Copy Markdown
Contributor

Description of the change

This change introduces a new feature to configure the /tmp volume as a generic ephemeral volume, which is backed by a PersistentVolumeClaim (PVC).

Benefits

Better Resource Management: Administrators can now manage the storage for /tmp using standard Kubernetes storage mechanisms. This allows for applying storage quotas, using specific performance tiers via StorageClass, and isolating /tmp storage from the node's ephemeral disk.

Increased Flexibility: Users can customize the storage characteristics for /tmp by defining their own volumeClaimTemplate, specifying properties like storage size (resources.requests.storage), accessModes, and storageClassName.

Applicable issues

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

@github-actions github-actions bot added mlflow triage Triage is needed labels Sep 24, 2025
@github-actions github-actions bot requested a review from carrodher September 24, 2025 13:01
@kimminw00 kimminw00 closed this Sep 24, 2025
@kimminw00 kimminw00 force-pushed the feature/generic-ephemeral-tmp-volume branch from ff789cc to da7242c Compare September 24, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MLflow] Allow /tmp directory to use configurable volume instead of ephemeral storage

3 participants