File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ Print usage and exit.
3131
3232Print version and exit.
3333
34+ ### -list-size
35+
36+ The pagination size to use when calling api-server to list nodefeatures.
37+ Pagination is useful for controlling the load on api-server/etcd as the nodefeature resources can be large.
38+
3439### -gc-interval
3540
3641The ` -gc-interval ` specifies the interval between periodic garbage collector runs.
Original file line number Diff line number Diff line change @@ -27,3 +27,10 @@ default garbage collector interval is set to 1h which is the value when no
2727In Helm deployments see
2828[ garbage collector parameters] ( ../deployment/helm.md#garbage-collector-parameters )
2929for altering the nfd-gc configuration.
30+
31+ ## List Pagination & Scalability
32+
33+ When NFD GC runs up it lists nodefeatures from api-server.
34+ These resources can be large and in a large cluster this initial list call to sync the informer cache can be
35+ expensive and heavy on api-server/etcd. You can use the ` list-size ` argument to control pagination size
36+ to help control the load from this list.
You can’t perform that action at this time.
0 commit comments