Evan Lezar

Results 421 comments of Evan Lezar

@ysz-github do you have an example application / podspec that you're using to confirm this? Could you also please confirm your driver version? We are investigating an issue where setting...

There is a known issue with 0.15.0-rc.1 where memory limits were not correctly applied. This will be addressed in v0.15.0-rc.2 which we will release soon.

@aphrodite1028 @ysz-github we have just released https://github.com/NVIDIA/k8s-device-plugin/releases/tag/v0.15.0-rc.2 which should address this issue. Please let us know if you're still experiencing problems.

> Should this issue be put under https://github.com/NVIDIA/gpu-feature-discovery? We are in the process of migrating GPU Feature discovery to this repository to streamline our releases.

> Further more, hope to expose the GPU usage for wise scheduling as well but seems NFD/GFD reports at intervals, 60s by default, not quite fit here. Any suggestions, what...

This is related to the discussion on #467. We are active investigating adding MPS support to the plugin.

@ettelr we are working on adding support to the device plugin directly. It will also be included as part of DRA once that is released as a production-ready option.

> and what about creating the slices dynamically with different sizes according to pod's requests. some convention like requesting 1/2 or 1/4 GPU Extended resources (as exposed by the Device...

Thanks for reporting this @shivam99aa. This issue is that the Dockerfile refers to an older image. We will have a look at this. For now, please use the following command:...

Which version of helm are you running? I have just tested with: ``` $ helm version 2>/dev/null version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.18.7"} ``` And do not see the error that you're...