1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 08:17:04 +00:00
node-feature-discovery/pkg/nfd-master
Markus Lehtonen 1d8a83b045 nfd-master: stop creating NFD version annotations
We now have metrics for getting detailed information about the NFD
instances running. There should be no need to pollute the node object
with NFD version annotations.

One problem with the annotations also that they were incomplete in the
sense that they only covered nfd-master and nfd-worker but not
nfd-topology-updater or nfd-gc.

Also, there was a problem with stale annotations, giving misleading
information. E.g. there was no way to remove old/stale master.version
annotations if nfd-master was scheduled on another node where it was
previously running.
2023-10-05 14:53:29 +03:00
..
metrics.go metrics: add nfd_node_update_requests_total counter 2023-08-07 09:37:29 +03:00
nfd-api-controller.go pkg/utils: migrate KlogDump to structured logging 2023-05-31 14:43:08 +03: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 nfd-master: stop creating NFD version annotations 2023-10-05 14:53:29 +03:00
nfd-master.go nfd-master: stop creating NFD version annotations 2023-10-05 14:53:29 +03:00
nfd-master_test.go Add master config file 2023-04-03 09:52:09 +01:00
node-updater-pool.go metrics: add nfd_node_update_requests_total counter 2023-08-07 09:37:29 +03:00
node-updater-pool_test.go test: add node updater pool unit tests 2023-07-19 12:03:35 +01:00