Skip to content

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

Merged
juan131 merged 5 commits intobitnami:mainfrom
kimminw00:feature/generic-ephemeral-tmp-volume
Sep 26, 2025
Merged

[bitnami/mlflow] Add support for generic ephemeral volume#36291
juan131 merged 5 commits 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)

Signed-off-by: kimminw00 <13493384+kimminw00@users.noreply.github.com>
Signed-off-by: kimminw00 <13493384+kimminw00@users.noreply.github.com>
@kimminw00 kimminw00 force-pushed the feature/generic-ephemeral-tmp-volume branch from 24bbab7 to b65d856 Compare September 24, 2025 15:34
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
@kimminw00
Copy link
Copy Markdown
Contributor Author

@carrodher Please review this PR when you get a chance.

@carrodher carrodher added verify Execute verification workflow for these changes in-progress labels Sep 25, 2025
@github-actions github-actions bot removed the triage Triage is needed label Sep 25, 2025
@github-actions github-actions bot removed the request for review from javsalgar September 25, 2025 06:35
@github-actions github-actions bot requested a review from juan131 September 25, 2025 06:35
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Copy link
Copy Markdown
Contributor

@juan131 juan131 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juan131 juan131 merged commit bf43666 into bitnami:main Sep 26, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mlflow solved verify Execute verification workflow for these changes

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

5 participants