mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
line length
This commit is contained in:
parent
a0e601b069
commit
33968a321d
2 changed files with 8 additions and 5 deletions
|
@ -175,8 +175,10 @@ nfd-master -deny-label-ns=*.vendor.com,vendor-2.io
|
|||
|
||||
### -informer-page-size
|
||||
|
||||
The `-informer-page-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 NodeFeature objects can be expensive, especially in large clusters.
|
||||
The `-informer-page-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
|
||||
NodeFeature objects can be expensive, especially in large clusters.
|
||||
|
||||
Default: 200
|
||||
|
||||
|
|
|
@ -88,6 +88,7 @@ labels. The provided template will configure these for you.
|
|||
## Informer List Pagination
|
||||
|
||||
When NFD Master starts up it starts an informer on the nodefeatures resources.
|
||||
These resources can be large and in a large cluster this initial list call to sync the informer cache can be
|
||||
expensive and heavy on api-server/etcd. You can use the `informer-list-size` argument to NFD master to control pagination size
|
||||
to help control the load during NFD-Master restart.
|
||||
These resources can be large and in a large cluster this initial list call
|
||||
to sync the informer cache can be expensive and heavy on api-server/etcd.
|
||||
You can use the `informer-list-size` argument to NFD master to
|
||||
control pagination size to help control the load during NFD-Master restart.
|
||||
|
|
Loading…
Add table
Reference in a new issue