From 33968a321d1dc5090bda21bad03b324930c7baad Mon Sep 17 00:00:00 2001 From: Igor Velichkovich Date: Thu, 9 Jan 2025 11:39:16 -0800 Subject: [PATCH] line length --- docs/reference/master-commandline-reference.md | 6 ++++-- docs/usage/nfd-master.md | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/reference/master-commandline-reference.md b/docs/reference/master-commandline-reference.md index 5a202ffdf..aa4ac0d96 100644 --- a/docs/reference/master-commandline-reference.md +++ b/docs/reference/master-commandline-reference.md @@ -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 diff --git a/docs/usage/nfd-master.md b/docs/usage/nfd-master.md index cec99430d..03fa97134 100644 --- a/docs/usage/nfd-master.md +++ b/docs/usage/nfd-master.md @@ -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.