mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 08:17:04 +00:00
This implementation only detects kconfig options ("NO_HZ", "NO_HZ_IDLE", "NO_HZ_FULL" and "PREEMPT"). The corresponding node labels will be node.alpha.kubernetes-incubator.io/nfd-kernel-config.<option name> Currently, only bool and tristate (i.e. '=y' or '=m') kernel config options are supported. Other kconfig types (e.g. string or int) are simply ignored. If the kconfig flag is set to '=y' or '=m', the corresponding node label will be present and it's value will be 'true'. |
||
---|---|---|
.. | ||
cpuid | ||
fake | ||
iommu | ||
kernel | ||
local | ||
memory | ||
network | ||
panic_fake | ||
pci | ||
pstate | ||
rdt | ||
selinux | ||
storage | ||
source.go |