Gpu exporter configurable scheduling#165
Open
pgarousi wants to merge 6 commits into
Open
Conversation
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>
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.