qbarrand / oot-operator

Kubernetes operator managing out of tree kernel modules
Apache License 2.0
0 stars 7 forks source link

Consider always labeling nodes with the kernel version #14

Open qbarrand opened 2 years ago

qbarrand commented 2 years ago

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.

qbarrand commented 2 years ago

Tracked in Red Hat ITS as MGMT-10530.