1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-06 16:57:10 +00:00
node-feature-discovery/pkg/nfd-client/topology-updater
Francesco Romani 700d9e215c topology-updater: continue looping on scan error
Scanning podresources can temporarily fail; the previous code was
mistakenly not rearming the loop condition when this occurred,
effectively stopping the monitoring.

Rather, we should always pool and bail out on unrecoverable
error or when asked to stop.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-10-20 10:08:13 +02:00
..
nfd-topology-updater.go topology-updater: continue looping on scan error 2022-10-20 10:08:13 +02:00
nfd-topology-updater_test.go Increase timeout in test setups 2022-01-20 18:59:30 -05:00