-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
41 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: "NFD-Garbage-Collector" | ||
layout: default | ||
sort: 6 | ||
--- | ||
|
||
# NFD-GC | ||
{: .no_toc} | ||
|
||
--- | ||
|
||
NFD-GC (NFD Garbage-Collector) is preferably run as a Kubernetes deployment | ||
with one replica. It makes sure that all | ||
[NodeFeature](custom-resources.md#nodefeature) and | ||
[NodeResourceTopology](custom-resources.md#noderesourcetopology) objects | ||
have corresponding nodes and removes stale objects for non-existent nodes. | ||
|
||
The daemon watches for Node deletion events and removes NodeFeature and | ||
NodeResourceTopology objects upon them. It also runs periodically to make sure | ||
no node delete event was missed and to remove any NodeFeature or | ||
NodeResourceTopology objects that were created without corresponding node. The | ||
default garbage collector interval is set to 1h which is the value when no | ||
-gc-interval is specified. | ||
|
||
## Configuration | ||
|
||
In Helm deployments (see | ||
[garbage collector parameters](../deployment/helm.md#garbage-collector-parameters)) | ||
NFD-GC will only be deployed when `enableNodeFeatureApi` or | ||
`topologyUpdater.enable` is set to true. |
This file was deleted.
Oops, something went wrong.