From 6c12e4d8b6135473980b9aaea691fdb9c89bc3e9 Mon Sep 17 00:00:00 2001 From: Igor Velichkovich <ivelichkovich@gmail.com> Date: Sat, 4 Jan 2025 17:51:36 -0800 Subject: [PATCH] add documentation --- docs/reference/master-commandline-reference.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/reference/master-commandline-reference.md b/docs/reference/master-commandline-reference.md index e485c7841..82a8e06d3 100644 --- a/docs/reference/master-commandline-reference.md +++ b/docs/reference/master-commandline-reference.md @@ -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