-
Notifications
You must be signed in to change notification settings - Fork 662
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
When I want to use MPS in Kubernetes, I need to specify --mps-root. #816
Comments
Hi @zbk2012. From your example, it seems as if your config file is not properly indented. You are probably looking for something like instead:
This should also be confirmed by your device plugin logs. |
Oh, I'm sorry, the indentation was missing when copying. The indentation in the config file is correct. |
@zbk2012 could you provide the logs for GFD and the device plugin? For example, I use the following to deploy the plugin:
Where the config is created from:
by running:
|
This issue is stale because it has been open 90 days with no activity. This issue will be closed in 30 days unless new comments are made or the stale label is removed. |
This issue was automatically closed due to inactivity. |
####################
logs:
using mps requires --mps-root to be specified.
####################
The contents of the
nvidia-device-plugin.yml
file are as follows:####################
The contents of the
/data/system-yaml/a100-mps.yaml
file are as follows:####################
I have added the following content to the
nvidia-device-plugin.yml
file:The container successfully started, but no GPU was found and there is nothing in the
/run/nvidia/mps
directory.How to fill in MPS_ROOT?
The text was updated successfully, but these errors were encountered: