1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 08:17:04 +00:00
node-feature-discovery/source
Markus Lehtonen ce129aef88 Implement kernel config detection
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'.
2018-12-04 09:34:56 +02:00
..
cpuid Support for non-binary labels 2018-10-10 13:21:49 +03:00
fake Support for non-binary labels 2018-10-10 13:21:49 +03:00
iommu Support for non-binary labels 2018-10-10 13:21:49 +03:00
kernel Implement kernel config detection 2018-12-04 09:34:56 +02:00
local source/local: allow full control of label name 2018-11-30 11:51:41 +02:00
memory Support for non-binary labels 2018-10-10 13:21:49 +03:00
network Support for non-binary labels 2018-10-10 13:21:49 +03:00
panic_fake Support for non-binary labels 2018-10-10 13:21:49 +03:00
pci Support for non-binary labels 2018-10-10 13:21:49 +03:00
pstate Support for non-binary labels 2018-10-10 13:21:49 +03:00
rdt Support for non-binary labels 2018-10-10 13:21:49 +03:00
selinux Support for non-binary labels 2018-10-10 13:21:49 +03:00
storage Support for non-binary labels 2018-10-10 13:21:49 +03:00
source.go Support for non-binary labels 2018-10-10 13:21:49 +03:00