Kubernetes Prow Robot
1c6ce897f2
Merge pull request #1816 from marquiz/devel/gc-test-assert-msg
...
tests: better assertion message in nfd-gc unit tests
2024-10-31 19:33:27 +00:00
Markus Lehtonen
db07fe1ff4
nfd-gc: drop one duplicate import from tests
2024-09-27 15:26:18 +03:00
Markus Lehtonen
d6c1a7e44f
tests: better assertion message in nfd-gc unit tests
2024-08-02 08:23:54 +03:00
Markus Lehtonen
54befffa94
nfd-gc: only fetch object metadata
...
Significantly reduce the apiserver and network load by only
listing/getting the object metadata.
2024-07-30 16:01:04 +03:00
Kubernetes Prow Robot
6b80f654d4
Merge pull request #1600 from ArangoGutierrez/e2e-not-k8s
...
Move NFD api to a separate go mod
2024-04-09 02:06:06 -07:00
Carlos Eduardo Arango Gutierrez
3434557d7c
Move NFD api to a separate go mod
...
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
2024-04-05 16:35:47 +02:00
Markus Lehtonen
26a80cf142
Tidy up usage of channels for signaling
...
This started as a small effort to simplify the usage of "ready" channel
in nfd-master. It extended into a wider simplification/unification of
the channel usage.
2024-04-05 14:39:58 +03:00
Markus Lehtonen
f5c6ce2843
nfd-gc: simplify initialization
2023-10-09 11:48:49 +03:00
Markus Lehtonen
e3415ec484
nfd-gc: support garbage collection of NodeFeatures
...
Hook into the same logic already exercised for NodeResourceTopology
objects: GC watches for node delete events and immediately drops stale
objects (NRT and now also NF). In addition there is a periodic resync to
catch any missed node deletes, once every hour by default.
2023-08-22 21:24:26 +03:00
Markus Lehtonen
01c08d67b6
Rename nfd-topology-gc to nfd-gc
...
This is preparation for making it a generic garbage collector for all
nfd-managed api objects.
2023-08-21 21:46:11 +03:00