1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 13:28:18 +00:00
node-feature-discovery/deployment/components
AhmedGrati b3cfe17392 feat: parallelize nodes update
This PR aims to optimize the process of updating nodes with
corresponding features. In fact, previously, we were updating nodes
sequentially even though they are independent from each other.
Therefore, we integrated new components: LabelersNodePool which is
responsible for spininng a goroutine whenever there's a request for
updating nodes, and a Workqueue which is responsible for holding nodes names
that should be updated.

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
2023-06-02 11:41:50 +01:00
..
common Merge pull request #1086 from AhmedGrati/feat-support-builtin-kernel-mods 2023-04-13 10:30:40 -07:00
master-config feat: parallelize nodes update 2023-06-02 11:41:50 +01:00
topology-updater topology-updater: use node IP in the default configz URI 2023-05-05 13:29:51 +03:00
topology-updater-config kustomize: topology-updater: enable the configuration via kustomization 2022-11-21 21:31:14 +02:00
worker-config Add a config option to disable hooks of local feature 2022-09-01 10:58:31 +03:00