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
Instead of relying on the nvidia-ctk binary as the hook implementation, we should move to using nvidia-cdi-hook. This only implements the required CDI hooks.
We would need to:
Use the NVIDIA_CDI_HOOK_PATH envvar
Rename / replace the helm option
Rename local references
Note that we already use WithNVIDIACDIHookPath when instantiating the nvcdi library instance:
Instead of relying on the
nvidia-ctk
binary as the hook implementation, we should move to usingnvidia-cdi-hook
. This only implements the required CDI hooks.We would need to:
NVIDIA_CDI_HOOK_PATH
envvarNote that we already use
WithNVIDIACDIHookPath
when instantiating thenvcdi
library instance:k8s-dra-driver/cmd/nvidia-dra-plugin/cdi.go
Line 106 in 32805fe
The text was updated successfully, but these errors were encountered: