Closed djryanj closed 2 months ago
Turns out this is not an issue. I neglected to add pod-security.kubernetes.io/enforce: privileged
to the inteldeviceplugins-system
namespace as required for device plugin pods to work correctly.
Closing.
I neglected to add pod-security.kubernetes.io/enforce: privileged to the inteldeviceplugins-system namespace as required for device plugin pods to work correctly
We have an issue open to have this properly documented so that users don't run into these type of issues. Perhaps the default deployment could add this automatically...
Describe the bug Talos running on an Intel NUC12WSKv5 with an Intel i5-1250P processor, the resources for
gpu.intel.com/i915
are not added to the nodes. An identical node running k3s shows the resources.As a result, pods requesting the
gpu.intel.com/i915
cannot be scheduled without removing those requests, and the operator therefore doesn't automatically add the volume mounts for/dev/dri
to the pod.Note that adding the volume mounts manually does give correct access to the GPU.
The
gpu.intel.com/device-id
labels exist fine, and are identical, but the resources are not added.To Reproduce
Expected behavior Resources should be added to the node correctly.
Screenshots From Talos:
From k3s:
System (please complete the following information):
Additional context I realize directly comparing the two may be irrelevant, but regardless the resources information does not show up correctly in Talos.