Merge pull request #25867 from lixiaobing10051267/masterScheduler
It is orchestrator not scheduler to create swarm task Upstream-commit: ad37e303638dd37b3bf2eef8916e8e0376e2acce Component: engine
This commit is contained in:
@ -61,7 +61,7 @@ that spawns a new container.
|
||||
|
||||
A task is a one-directional mechanism. It progresses monotonically through a
|
||||
series of states: assigned, prepared, running, etc. If the task fails the
|
||||
scheduler removes the task and its container and then creates a new task to
|
||||
orchestrator removes the task and its container and then creates a new task to
|
||||
replace it according to the desired state specified by the service.
|
||||
|
||||
The underlying logic of Docker swarm mode is a general purpose scheduler and
|
||||
|
||||
Reference in New Issue
Block a user