1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/docs/reference
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
..
architecture.md docs: restructure docs 2022-11-03 10:26:56 +02:00
e2e-configuration-reference.md docs: restructure docs 2022-11-03 10:26:56 +02:00
index.md docs: restructure docs 2022-11-03 10:26:56 +02:00
master-commandline-reference.md feat: parallelize nodes update 2023-06-02 11:41:50 +01:00
master-configuration-reference.md feat: parallelize nodes update 2023-06-02 11:41:50 +01:00
topology-gc-commandline-reference.md Add master config file 2023-04-03 09:52:09 +01:00
topology-updater-commandline-reference.md topology-updater: use node IP in the default configz URI 2023-05-05 13:29:51 +03:00
topology-updater-configuration-reference.md Add master config file 2023-04-03 09:52:09 +01:00
worker-commandline-reference.md docs: fix internal cross-page references by injecting .md 2023-01-16 20:53:36 -08:00
worker-configuration-reference.md Add master config file 2023-04-03 09:52:09 +01:00