Skip to content

Commit a763403

Browse files
committed
improve docs
1 parent 3f941a7 commit a763403

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/reference/gc-commandline-reference.md

+9
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ Print version and exit.
3535

3636
The pagination size to use when calling api-server to list nodefeatures.
3737
Pagination is useful for controlling the load on api-server/etcd as the nodefeature resources can be large.
38+
A value of 0 will disable pagination.
39+
40+
Default: 200
41+
42+
Example:
43+
44+
```bash
45+
nfd-gc -list-size=100
46+
```
3847

3948
### -gc-interval
4049

0 commit comments

Comments
 (0)