mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
improve docs
This commit is contained in:
parent
3f941a760c
commit
a7634030de
1 changed files with 9 additions and 0 deletions
|
@ -35,6 +35,15 @@ Print version and exit.
|
|||
|
||||
The pagination size to use when calling api-server to list nodefeatures.
|
||||
Pagination is useful for controlling the load on api-server/etcd as the nodefeature resources can be large.
|
||||
A value of 0 will disable pagination.
|
||||
|
||||
Default: 200
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
nfd-gc -list-size=100
|
||||
```
|
||||
|
||||
### -gc-interval
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue