1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/source
Markus Lehtonen 86947fc16b Implement kernel version detection
Add a new 'kernel' feature source, detecting the kernel version. The
kernel version is split into multiple labels in order to make this more
usable in label selectors. Kernel version in the format X.Y.Z-patch will
be presented as
  node.alpha.kubernetes-incubator.io/nfd-kernel-version.full=X.Y.Z-patch
  node.alpha.kubernetes-incubator.io/nfd-kernel-version.major=X
  node.alpha.kubernetes-incubator.io/nfd-kernel-version.minor=Y
  node.alpha.kubernetes-incubator.io/nfd-kernel-version.revision=Z

The '.full' label will always be avaiable. The other labels if these
components can be parsed from the kernel version number.
2018-10-10 13:21:49 +03: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 version detection 2018-10-10 13:21:49 +03: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