1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

add documentation

This commit is contained in:
Igor Velichkovich 2025-01-04 17:43:47 -08:00
parent 4bb892fd4d
commit b23893c1ee

View file

@ -84,3 +84,10 @@ If you have RBAC authorization enabled (as is the default e.g. with clusters
initialized with kubeadm) you need to configure the appropriate ClusterRoles,
ClusterRoleBindings and a ServiceAccount for NFD to create node
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.