NFD-GC Commandline Flags

Table of Contents

  1. -h, -help
  2. -version
  3. -gc-interval

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

docker run gcr.io/k8s-staging-nfd/node-feature-discovery:master \
nfd-gc -help

-h, -help

Print usage and exit.

-version

Print version and exit.

-gc-interval

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

Default: 1h

Example:

nfd-gc -gc-interval=1h