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
Describe the bug
The intel.feature.node.kubernetes.io/gpu label isn't being applied to the node with NFD on Talos linux.
To Reproduce
Steps to reproduce the behavior: install the gpu plugin on Talos linux.
Expected behavior
The intel.feature.node.kubernetes.io/gpu label is properly added to the nodes.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
OS version: Talos v1.6.6
Kernel version: 6.1.80-talos
Device plugins version: v0.29.0
Hardware info: i7-7700T with iGPU
Additional context
In Talos linux the i915 module is built into kernel. The NodeFeatureRule for intel.feature.node.kubernetes.io/gpu label relies on kernel.loadedmodule which doesn't include builtin modules. Instead the kernel.enabledmodule would be a better option to use in these selectors as it includes both builtin modules and loaded modules.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
intel.feature.node.kubernetes.io/gpu
label isn't being applied to the node with NFD on Talos linux.To Reproduce
Steps to reproduce the behavior: install the gpu plugin on Talos linux.
Expected behavior
The intel.feature.node.kubernetes.io/gpu label is properly added to the nodes.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Additional context
In Talos linux the i915 module is built into kernel. The NodeFeatureRule for intel.feature.node.kubernetes.io/gpu label relies on
kernel.loadedmodule
which doesn't include builtin modules. Instead thekernel.enabledmodule
would be a better option to use in these selectors as it includes both builtin modules and loaded modules.The text was updated successfully, but these errors were encountered: