1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-04-13 15:56:24 +00:00
node-feature-discovery/docs/reference/gc-commandline-reference.md
Igor Velichkovich a7634030de improve docs
2025-01-04 17:54:18 -08:00

878 B

title layout sort
Garbage Collector Cmdline Reference default 7

NFD-GC Commandline Flags

{: .no_toc }

Table of Contents

{: .no_toc .text-delta }

  1. TOC {:toc}

To quickly view available command line flags execute nfd-gc -help. In a docker container:

docker run {{ site.container_image }} \
nfd-gc -help

-h, -help

Print usage and exit.

-version

Print version and exit.

-list-size

The pagination size to use when calling api-server to list nodefeatures. Pagination is useful for controlling the load on api-server/etcd as the nodefeature resources can be large. A value of 0 will disable pagination.

Default: 200

Example:

nfd-gc -list-size=100

-gc-interval

The -gc-interval specifies the interval between periodic garbage collector runs.

Default: 1h

Example:

nfd-gc -gc-interval=1h