mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 08:17:04 +00:00
Make the feature detector hooks, run by the 'local' feature source, support non-binary label values. Hooks can advertise non-binary value by using <name>=<value> format. For example, /etc/kubernetes/node-feature-discovery/source.d/myhook having the following stdout: LABEL_1 LABEL_2=foobar Would translate into the following labels: feature.node.kubernetes.io/myhook-LABEL_1 = true feature.node.kubernetes.io/myhook-LABEL_2 = foobar |
||
---|---|---|
.. | ||
cpuid | ||
fake | ||
iommu | ||
kernel | ||
local | ||
memory | ||
network | ||
panic_fake | ||
pci | ||
pstate | ||
rdt | ||
selinux | ||
storage | ||
source.go |