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

The args configuration for the containers in the volcano-device-plugin.yaml is incorrect. #47

Open
flyweiyu opened this issue Aug 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@flyweiyu
Copy link

flyweiyu commented Aug 4, 2023

When I attempted to install the plugin, the pod gave the following error:

flag provided but not defined: -gpu-strategy
Usage of volcano-device-plugin:

I tried modifying the args in volcano-device-plugin.yaml from ["--gpu-strategy=share", "--gpu-memory-factor=1"] to ["---gpu-strategy=share", "---gpu-memory-factor=1"]. However, the error message then became:

flag provided but not defined: ----gpu-strategy
Usage of volcano-device-plugin:

In the end, I had to remove the args to successfully create the pod.

@Thor-wl Thor-wl added the bug Something isn't working label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants