This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
node-feature-discovery
Watch
1
Star
0
Fork
You've already forked node-feature-discovery
0
mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced
2025-03-05 16:27:05 +00:00
Code
Activity
master
node-feature-discovery
/
deployment
/
base
/
gc
/
gc-serviceaccount.yaml
5 lines
61 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
Add NodeResourceTopology garbage collector NodeResourceTopology(aka NRT) custom resource is used to enable NUMA aware Scheduling in Kubernetes. As of now node-feature-discovery daemons are used to advertise those resources but there is no service responsible for removing obsolete objects(without corresponding Kubernetes node). This patch adds new daemon called nfd-topology-gc which removes old NRTs. Signed-off-by: PiotrProkop <pprokop@nvidia.com>
2023-01-03 13:23:46 +01:00
apiVersion
:
v1
kind
:
ServiceAccount
metadata
:
deployment/kustomize: support nfd-gc Rename the old "topology-gc" to just "gc". Simplify the setup a bit by including the RBAC rules in the "gc" base. Note: we don't enable nfd-gc in the default overlay, yet, as the NodeFeature API isn't enabled (gc is not needed).
2023-08-18 12:49:20 +03:00
name
:
nfd-gc
Copy permalink