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/pkg/nfd-topology-updater
Francesco Romani 000c919071 nfd-updater: events: enable timer-only flow
The nfd-topology-updater has state-directories notification mechanism
enabled by default.
In theory, we can have only timer-based updates, but if the option
is given to disable the state-directories event source, then all
the update mechanism is mistakenly disabled, including the
timer-based updates.

The two updaters mechanism should be decoupled.
So this PR changes this to make sure we can enable just and only
the timer-based updates.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2023-09-04 13:05:50 +02:00
..
kubeletnotifier nfd-updater: events: enable timer-only flow 2023-09-04 13:05:50 +02:00
metrics.go nfd-topology-updater: add metrics support 2023-08-04 16:48:37 +03:00
nfd-topology-updater.go nfd-updater: events: enable timer-only flow 2023-09-04 13:05:50 +02:00
nfd-topology-updater_test.go topology-updater:compute pod set fingerprint 2023-02-22 10:22:50 +01:00