manage maintenance per node

Issue #32 closed
Olivier Sallou repo owner created an issue

get possibility to set a node in maintenance to prevent job submission on this node

Should use the /admin/maintenance API.

This needs to be analysed discussed due to the different behavior of background systems (swarm, mesos)....

Comments (3)

  1. Olivier Sallou reporter

    Mesos: If mesos node is schedule for maintenance, framework will skip node and will not schedule any task on this node. If node is set in maintenance, slave will be killed with its tasks. Swarm/Kubernetes: when node is set in maintenance, swarm and kubernetes will not use those nodes to place the task

  2. Log in to comment