-
Notifications
You must be signed in to change notification settings - Fork 174
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
Allow setting runtimeClassName #102
Comments
If I got your question right, you should address this to the nvidia-container-toolkit. The dcgm-exporter does not have control over the runtime - it just needs to see GPUs inside the container, and the way those are visible does not matter. |
OK, thanks. |
Er, pushing this off to the nvidia-container-toolkit would require changing the default runtime. Using runtimeClass is more correct and some CNCF kubernetes distros (like k3s) are auto detecting and exposing these 3rd party runtimes this way. Being able to run both runtimes is good from a security perspective (keep the attack vector small whenever possible) while also allowing me to utilize newer features in my other services. The other tools being used as part of GPU Operator allow for runtimeClass to be set in the values.yaml (and DCGM Exporter will not start due to missing libraries if it is not using the right runtime). |
Er, how was this fixed? |
Please confirm that the issue still is not resolved. |
@retsamedoc , Please confirm. Do you want to be able to specify runtime in the helm chart? |
Yes. I would like to specify the runtime in the helm chart using the values.yaml similar to the other charts used for GPU operator. |
@retsamedoc , As I see, today you can specify the runtimeClass when you install the dcgm-exporter with the helm:
|
Done: #291 |
Hi, there.
In k3s containerd, set runtimeClass to pod without setting default-runtime to use GPU.
We can't set this in helm chart values.
Do you have any plans to change it so that we can set the runtimeClass?
The text was updated successfully, but these errors were encountered: