Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 878 Bytes

gc-commandline-reference.md

File metadata and controls

58 lines (38 loc) · 878 Bytes
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