1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/docs/reference/gc-commandline-reference.md
2023-08-23 10:56:12 +03:00

44 lines
582 B
Markdown

---
title: "Garbage Collector Cmdline Reference"
layout: default
sort: 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:
```bash
docker run {{ site.container_image }} \
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:
```bash
nfd-gc -gc-interval=1h
```