The operator currently leaves kernel version labeling of the nodes to NFD if the KERNEL_LABELING_METHOD environment variable is set to nfd.
Given the very low overhead of this additional controller, we should consider leaving it enabled and always use its label for DaemonSet scheduling; that should make debugging and troubleshooting easier.
The operator currently leaves kernel version labeling of the nodes to NFD if the
KERNEL_LABELING_METHOD
environment variable is set tonfd
. Given the very low overhead of this additional controller, we should consider leaving it enabled and always use its label forDaemonSet
scheduling; that should make debugging and troubleshooting easier.