File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ Print version and exit.
3333
3434### -list-size
3535
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.
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
38+ nodefeature resources can be large.
3839A value of 0 will disable pagination.
3940
4041Default: 200
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ for altering the nfd-gc configuration.
3030
3131## List Pagination & Scalability
3232
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
33+ When NFD GC starts up it lists nodefeatures from api-server.
34+ These resources can be large and in a large cluster this initial list call to
35+ sync the informer cache can be expensive and heavy on api-server/etcd.
36+ You can use the ` list-size ` argument to control pagination size
3637to help control the load from this list.
You can’t perform that action at this time.
0 commit comments