Merge pull request #20638 from rcarmen-btc/patch-1

Update key-concepts.md
This commit is contained in:
David Karlsson
2024-08-19 09:03:04 +02:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ manager node*. The manager node dispatches units of work called
[tasks](#services-and-tasks) to worker nodes.
Manager nodes also perform the orchestration and cluster management functions
required to maintain the desired state of the swarm. Manager nodes elect a
required to maintain the desired state of the swarm. Manager nodes select a
single leader to conduct orchestration tasks.
Worker nodes receive and execute tasks dispatched from manager nodes.