1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

docs: describe nfd-topology-gc in introduction.md

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang 2023-02-17 16:35:47 +08:00
parent f3402b9c9b
commit 150d4f4db2
No known key found for this signature in database
GPG key ID: 7F6E0CAD1556A240

View file

@ -19,11 +19,12 @@ This software enables node feature discovery for Kubernetes. It detects
hardware features available on each node in a Kubernetes cluster, and
advertises those features using node labels and optionally node taints.
NFD consists of three software components:
NFD consists of four software components:
1. nfd-master
1. nfd-worker
1. nfd-topology-updater
1. nfd-topology-gc
## NFD-Master
@ -47,9 +48,9 @@ creates or updates a
resource object specific to this node. One instance of nfd-topology-updater is
supposed to be running on each node of the cluster.
## NFD-Topology-Garbage-Collector
## NFD-Topology-GC
NFD-Topology-Garbage-Collector is a daemon responsible for cleaning obsolete
NFD-Topology-GC is a daemon responsible for cleaning obsolete
[NodeResourceTopology](../usage/custom-resources.md#noderesourcetopology) objects,
obsolete means that there is no corresponding worker node.