Skip to content

Epehemral pvc fix - #301

Open
thegooddayo wants to merge 6 commits into
zilliztech:masterfrom
vectara:epehemral_pvc_fix
Open

thegooddayo wants to merge 6 commits into
zilliztech:masterfrom
vectara:epehemral_pvc_fix

Conversation

@thegooddayo

Copy link
Copy Markdown

What this PR does / why we need it:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • Chart Version bumped
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [mychartname])
  • PR only contains changes for one chart

faiqibrahim and others added 4 commits March 14, 2025 04:57
Adds persistentVolumeClaim.ephemeral (default false) to both
standalone.persistence and log.persistence. When true, pods use a
generic ephemeral volume (inline PVC bound to the pod lifecycle) instead
of a named PersistentVolumeClaim. Requires Kubernetes >= 1.21.

Precedence: existingClaim > ephemeral > default named PVC. If both
existingClaim and ephemeral are set, existingClaim wins -- consistent
with how pvc.yaml already gates PVC creation on (not existingClaim).
Defaults preserve existing behavior; default render is byte-identical
to master.

Upstream (zilliztech/milvus-helm at 5.0.22 / Milvus 2.6.18) does not
have this option.

- new helpers: milvus.logVolume, milvus.standaloneDataVolume
- pvc.yaml skips named PVC creation when ephemeral=true and no existingClaim
- all 11 deployment templates emit the helper-rendered volume entry

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sre-ci-robot
sre-ci-robot requested a review from haorenfsa June 8, 2026 16:19
@sre-ci-robot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: thegooddayo
To complete the pull request process, please assign yellow-shine after the PR has been reviewed.
You can assign the PR to them by writing /assign @yellow-shine in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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.

5 participants