Ver código fonte

It is orchestrator not scheduler to create swarm task

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 9 anos atrás
pai
commit
cb9dfd391b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/swarm/how-swarm-mode-works/services.md

+ 1 - 1
docs/swarm/how-swarm-mode-works/services.md

@@ -61,7 +61,7 @@ that spawns a new container.
 
 
 A task is a one-directional mechanism. It progresses monotonically through a
 A task is a one-directional mechanism. It progresses monotonically through a
 series of states: assigned, prepared, running, etc.  If the task fails the
 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.
 replace it according to the desired state specified by the service.
 
 
 The underlying logic of Docker swarm mode is a general purpose scheduler and
 The underlying logic of Docker swarm mode is a general purpose scheduler and