Skip to content

Gpu exporter configurable scheduling#165

Open
pgarousi wants to merge 6 commits into
masterfrom
gpu-exporter-configurable-scheduling
Open

Gpu exporter configurable scheduling#165
pgarousi wants to merge 6 commits into
masterfrom
gpu-exporter-configurable-scheduling

Conversation

@pgarousi

Copy link
Copy Markdown
Member

No description provided.

pgarousi and others added 5 commits July 14, 2026 11:27
Added support for custom tolerations, affinity, and topologySpreadConstraints to allow the GPU exporter to work with cluster-specific taints and scheduling requirements. The hard-coded nodeSelector and tolerations have been moved to configurable defaults in values.yaml, maintaining backward compatibility while providing flexibility for custom cluster configurations.

Changes:
- Bump chart version from 1.0.1 to 1.1.0
- Move hard-coded nodeSelector to values.yaml with backward-compatible defaults
- Move hard-coded tolerations to values.yaml with backward-compatible defaults
- Add affinity configuration support
- Add topologySpreadConstraints configuration support
- Update daemonset template to use configurable scheduling values

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@pgarousi
pgarousi requested a review from a team as a code owner July 14, 2026 13:58
@tsipo

tsipo commented Jul 14, 2026

Copy link
Copy Markdown
Member

I think we need to split this into two PRs: first one to update the subchart of GPU process exporter. Then a second PR to update the stack dependencies + values. Else the stack chart won;t pick up the GPU process exporter subchart.

Restoring Chart.yaml, values.yaml, and templates/daemonset.yaml to master branch state as these changes have been moved to a different branch.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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