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
Documentation states we can specify placement with, for example, node.role!=manager;node.hostname!=node-2. Is there a way to whitelist instead of blacklist where jobs can be assigned to?
Something like node.hostname==node-2 works but I'm looking for a way to enable on multiple nodes. I've tried something like node.hostname==node-2;node.hostname==node-3, but this doesn't seem to work (job just gets stuck in queue).
The text was updated successfully, but these errors were encountered:
Documentation states we can specify placement with, for example,
node.role!=manager;node.hostname!=node-2
. Is there a way to whitelist instead of blacklist where jobs can be assigned to?Something like
node.hostname==node-2
works but I'm looking for a way to enable on multiple nodes. I've tried something likenode.hostname==node-2;node.hostname==node-3
, but this doesn't seem to work (job just gets stuck in queue).The text was updated successfully, but these errors were encountered: