Skip to content

Add runtimeClassName support for GPU workloads#5

Merged
oren-openteams merged 1 commit into
mainfrom
feat/gpu-support
Apr 20, 2026
Merged

Add runtimeClassName support for GPU workloads#5
oren-openteams merged 1 commit into
mainfrom
feat/gpu-support

Conversation

@oren-openteams

@oren-openteams oren-openteams commented Apr 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add optional runtimeClassName field for head and worker pod specs
  • Enables GPU support via runtime classes (e.g., nvidia) on k3s and other runtimes
  • Document GPU configuration in README

Usage

image:
  repository: rayproject/ray-ml
  tag: 2.43.0-py39-gpu

worker:
  runtimeClassName: nvidia
  resources:
    limits:
      nvidia.com/gpu: "1"

Test plan

  • Verify chart renders correctly without runtimeClassName set (no change to existing behavior)
  • Verify chart renders correctly with runtimeClassName set
  • Test GPU inference on a cluster with NVIDIA GPUs

🤖 Generated with Claude Code

Add optional runtimeClassName field for both head and worker pod
specs, enabling GPU support via runtime classes like nvidia.
@oren-openteams oren-openteams merged commit 98c3d79 into main Apr 20, 2026
4 checks passed
@oren-openteams oren-openteams deleted the feat/gpu-support branch April 20, 2026 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants