Evan Lezar
Evan Lezar
Also to clarify. Is the device plugin deployed using the GPU operator or using the standalone helm chart?
You need to supply the same config map / name as for the device plugin. There is also a sidecar that ensures the config is up to date in the...
@shivamerla is this related to our discussion yesterday?
The labels exposed by GFD are node-level labels and we don't have the granularity to map these to common `nvidia.com/gpu` labels at present. @deanpeterson and @sipvoip what is it that...
Thanks @zvonkok. I think if you're willing to sheppard the CDI-rs repository in `tags.cncf.io`, then we could raise the issue of moving the repo sooner rather than later. As you...
@double12gzh how is k8s configured to make use of GPUs? If you're using containerd or cri-o, you will have to configure the NVIDIA Container Runtime for each of these. In...
@double12gzh how is the driver installed on your system? Is it preinstalled and available at the point in time where the pods are started for the first time?
cc @klueska
You're right in pointing out that the issue is that the NVIDIA Container Toolkit and its component are not available by default on GKE systems. This means that the logic...
@yanis-incepto the `nvidia-container-toolkit-daemonset-vb6qn` is stuck in the init state and has not yet configured the `nvidia` runtime in containerd. Could you provide the logs for the containers in this daemonset?