You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're running an application that uses Nvidia graphics capabilities and are trying to get this running in K8s. With the 0.17 version of the device plugin, we cannot initialize EGL that our application relies on to access the Nvidia device.
Test cases:
In K8s pod with GPU (nvidia-smi works, but eglinfo fails).
In container created on same host with docker (nvidia-smi works and eglinfo works).
Expected behavior:
Initialize EGL to leverage Nvidia GPU in K8s pod. eglinfo should return information about the Nvidia device.
Reproduction
Pre-requisites
K8s cluster with Nvidia GPUs and latest Nvidia device plugin (0.17)
Overview
We're running an application that uses Nvidia
graphics
capabilities and are trying to get this running in K8s. With the 0.17 version of the device plugin, we cannot initializeEGL
that our application relies on to access theNvidia
device.Test cases:
nvidia-smi
works, buteglinfo
fails).docker
(nvidia-smi
works andeglinfo
works).Expected behavior:
Initialize EGL to leverage Nvidia GPU in K8s pod.
eglinfo
should return information about the Nvidia device.Reproduction
Pre-requisites
Steps
eglinfo
. Notice the outputWe would expect the output to be
My notes
I think it is likely that this code path is not being exercised by the plugin, which is being exercised by the
nvidia-container-toolkit
: https://github.com/NVIDIA/nvidia-container-toolkit/blob/main/internal/discover/graphics.go#L52The text was updated successfully, but these errors were encountered: