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
Print usage and exit.
Print version and exit.
The -gc-interval
specifies the interval between periodic garbage collector runs.
Default: 1h
Example:
nfd-gc -gc-interval=1h
The -port
flag specifies the port on which metrics are served on.
Default: 8080
Example:
nfd-gc -port=12345