1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 13:28:18 +00:00
node-feature-discovery/docs/reference/topology-gc-commandline-reference.md
Markus Lehtonen d4d6963473 docs: fix toc of topology-updater and topology-gc reference
Exclude the main title from to (with the empty line the "no_toc"
directive took no effect).
2023-07-21 15:41:59 +03:00

44 lines
642 B
Markdown

---
title: "Topology Garbage Collector Cmdline Reference"
layout: default
sort: 7
---
# NFD-Topology-Garbage-Collector Commandline Flags
{: .no_toc }
## Table of Contents
{: .no_toc .text-delta }
1. TOC
{:toc}
---
To quickly view available command line flags execute `nfd-topology-gc -help`.
In a docker container:
```bash
docker run {{ site.container_image }} \
nfd-topology-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-topology-gc -gc-interval=1h
```