mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
trailing spaces
This commit is contained in:
parent
33968a321d
commit
aaf456aa17
2 changed files with 5 additions and 5 deletions
|
@ -175,9 +175,9 @@ nfd-master -deny-label-ns=*.vendor.com,vendor-2.io
|
|||
|
||||
### -informer-page-size
|
||||
|
||||
The `-informer-page-size` flag is used to control pagination
|
||||
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
|
||||
This is useful to control load on api-server/etcd as listing
|
||||
NodeFeature objects can be expensive, especially in large clusters.
|
||||
|
||||
Default: 200
|
||||
|
|
|
@ -88,7 +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
|
||||
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