title | layout | sort |
---|---|---|
Garbage Collector Cmdline Reference |
default |
7 |
{: .no_toc }
{: .no_toc .text-delta }
- 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
Print usage and exit.
Print version and exit.
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
The -gc-interval
specifies the interval between periodic garbage collector runs.
Default: 1h
Example:
nfd-gc -gc-interval=1h