mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
add documentation
This commit is contained in:
parent
b23893c1ee
commit
6c12e4d8b6
1 changed files with 14 additions and 1 deletions
|
@ -11,7 +11,7 @@ sort: 1
|
|||
{: .no_toc .text-delta}
|
||||
|
||||
1. TOC
|
||||
{:toc}
|
||||
{:toc}
|
||||
|
||||
---
|
||||
|
||||
|
@ -173,6 +173,19 @@ Example:
|
|||
nfd-master -deny-label-ns=*.vendor.com,vendor-2.io
|
||||
```
|
||||
|
||||
### -informer-list-size
|
||||
|
||||
The `-informer-list-size` flag is used to control pagination during informer cache sync on nfd-master startup.
|
||||
This is useful to control load on api-server/etcd as listing `nodefeatures` can be expensive, especially in large clusters.
|
||||
|
||||
Default: 0 (no pagination)
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
nfd-master -informer-list-size=200
|
||||
```
|
||||
|
||||
### -config
|
||||
|
||||
The `-config` flag specifies the path of the nfd-master configuration file to
|
||||
|
|
Loading…
Add table
Reference in a new issue