You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I created a service with docker swarm specifying e.g. node.id==node42 as a constraint what would happen from the point of view of the scheduling process? The process would be performed entirely taking into account the constraint or, having specified a constraint that forces the choice to a single node, docker only takes care of verifying if the choice is admissible "skipping" then the whole scheduling process?
The text was updated successfully, but these errors were encountered:
If I created a service with docker swarm specifying e.g.
node.id==node42
as a constraint what would happen from the point of view of the scheduling process? The process would be performed entirely taking into account the constraint or, having specified a constraint that forces the choice to a single node, docker only takes care of verifying if the choice is admissible "skipping" then the whole scheduling process?The text was updated successfully, but these errors were encountered: