Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] [HELM] Add support to disable MPS #1178

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

marinoborges
Copy link

Fixes #1177 with backward compatibility so this should be a minor change.

Signed-off-by: Marino Borges <[email protected]>
Copy link

copy-pr-bot bot commented Feb 25, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@marinoborges marinoborges changed the title Add support disable MPS [FEATURE] [HELM] Add support to disable MPS Feb 25, 2025
Copy link
Collaborator

@ArangoGutierrez ArangoGutierrez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elezar / @tariq1890 Thoughts?

@marinoborges
Copy link
Author

Unsure if we need also to change NVIDIA_DRIVER_CAPABILITIES env var value when running without MPS.

Copy link
Contributor

@chipzoller chipzoller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may also consider renaming this field so its purpose is more clear. Something more explicit like createDaemonset would be an example.

@@ -145,6 +145,7 @@ nfd:
- vendor

mps:
enabled: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a user, I think at a minimum there needs to be comments placed above this line to explain its use. If I see this in a values file, I may interpret mps.enabled: true to mean I, as a user, want MPS enabled right out of the gate. But that's not what this does. When set to false MPS will never work even if I later activate an MPS configuration by labeling a node.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a comment clarifying this

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.

Helm Chart Unable to Prevent MPS DaemonSet Deployment
3 participants