Skip to content

[tei] feat: add runtimeClassName option - #310

Open
driv wants to merge 1 commit into
zilliztech:masterfrom
driv:feat/tei-runtimeclassname
Open

driv wants to merge 1 commit into
zilliztech:masterfrom
driv:feat/tei-runtimeclassname

Conversation

@driv

@driv driv commented Jul 31, 2026

Copy link
Copy Markdown

What this PR does / why we need it:

Adds a runtimeClassName value to the tei chart so the pod can be scheduled with a non-default runtime, e.g. nvidia when running the GPU image on nodes with the NVIDIA device plugin (the default runc runtime cannot use GPUs on clusters without CDI).

image:
  tag: 1.6 # GPU image
runtimeClassName: nvidia
resources:
  limits:
    nvidia.com/gpu: 1

This mirrors the runtimeClassName support already present in the milvus chart (queryNode.runtimeClassName / indexNode.runtimeClassName).

Checklist

  • 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

Adds a runtimeClassName value so the pod can be scheduled with a
non-default runtime, e.g. "nvidia" when running the GPU image on
nodes with the NVIDIA device plugin. Mirrors the runtimeClassName
support already present in the milvus chart (queryNode/indexNode).

Signed-off-by: Federico Nafria <federico.nafria@athoscommerce.com>
@sre-ci-robot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: driv
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.

2 participants