1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-10 02:37:11 +00:00
node-feature-discovery/pkg/nfd-master
Markus Lehtonen c4e010eafd nfd-master: do nfd API scheme registration in an init function
Prevents (rare) races on nfd-master reconfigurartion. Previously the
scheme was registered at nfd API controller creation/startup time. This
caused a race with some lister/informer goroutines of the previous
(stoppped) controller still running and accessing (reading) the sceme
while we were updating (writing) it.
2024-03-27 15:26:16 +02:00
..
metrics.go Refactor metrics 2023-10-09 10:49:12 +03:00
nfd-api-controller.go nfd-master: do nfd API scheme registration in an init function 2024-03-27 15:26:16 +02:00
nfd-api-controller_test.go nfd-master: refactor api-controller object handling 2023-04-28 17:33:33 +03:00
nfd-master-internal_test.go Add FeatureGate framework to handle new features 2024-03-15 19:11:32 +01:00
nfd-master.go Add FeatureGate framework to handle new features 2024-03-15 19:11:32 +01:00
nfd-master_test.go Add master config file 2023-04-03 09:52:09 +01:00
node-updater-pool.go nfd-master: retry node updates indefinitely 2024-03-18 18:14:24 +02:00
node-updater-pool_test.go nfd-master: ditch apihelper 2024-01-26 16:09:22 +02:00