Evan Lezar
Evan Lezar
Sorry for the delay, @lengrongfu. Since you're using the GPU Operator to install the other components of the NVIDIA Container Stack. Can you confirm that it isn't managing the device...
Could you run: ``` echo get_default_active_thread_percentage | nvidia-cuda-mps-control ``` in a workload conatiner: For example, the following one: ``` $ cat
Sorry it should be `echo get_default_active_thread_percentage | nvidia-cuda-mps-control`. A typo from my side.
Just as a sanity check, could you confirm that running `nvidia-smi` produces the same output as in the driver container? Looking through the configs again, since the GPU Operator is...
Note that this repository is a read-only mirror of https://gitlab.com/nvidia/kubernetes/device-plugin. If possible, please create a merge request there instead and close this PR.
@zwpaper sorry for the back and forth. We are in the process of migrating to GitHub as our primary repository. I am reopening this PR and closing the GitLab one.
This should be addressed by https://github.com/NVIDIA/k8s-device-plugin/pull/673
@rhatdan @giuseppe have you had a chance to look into this issue? As @klihub mentioned we'll try to do most of the heavy lifting from our side but would require...
Thanks @kolyshkin since you're the latest addition approved by @vbatts and @tianon would you take a look at the proposal?
@anthonyrisinger the replace directives are for our kuberentes dependencies. It is my uderstanding that it is common practice to specify k8s dependencies this way. As a matter of interest, why...