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

MIG GPU topic #313

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

Conversation

KoryKessel-Mirantis
Copy link
Collaborator

No description provided.

@KoryKessel-Mirantis KoryKessel-Mirantis requested a review from a team as a code owner February 18, 2025 00:07
@KoryKessel-Mirantis KoryKessel-Mirantis marked this pull request as draft February 18, 2025 00:08
@KoryKessel-Mirantis
Copy link
Collaborator Author

First-draft PR, for when we are ready to move forward. cc: @nwneisen

@KoryKessel-Mirantis KoryKessel-Mirantis linked an issue Feb 18, 2025 that may be closed by this pull request
1. Obtain the default MKE 4 configuration file:

```
mkectl init
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redirect the output to actually save it to a file mkectl init > mke4.yaml

mkectl apply -f <mke-configuration-file>
```

4. Optional. You can apply a profile to a node using the `nvidia.com/mig.config:
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is the part that is a little up in the air for this. I don't think the profiles are optional and when a node doesn't have one, MIG will just stay disabled on that node.

I'm also trying to think if there is a way for us to do this for them. For example, if they are in single mode and provide a profile in the mke config, we apply it to all their GPU nodes. But then we will likely run in to customers who don't want all their GPUs to be MIG. And then there's handling mixed mode..

No changes ATM but this is the part of MIG that is still in flux

@KoryKessel-Mirantis KoryKessel-Mirantis self-assigned this Feb 19, 2025
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.

Add MIG setup to the GPU page
2 participants