maximskripnik / miknik

POC Mesos Framework with automatic dynamic cluster capacity management
0 stars 0 forks source link

Remove deallocated agents from Mesos cluster #23

Closed maximskripnik closed 4 years ago

maximskripnik commented 4 years ago

Current implementation does not inform Mesos about graceful shutdown of agents, nodes of which were deallocated. It should use its machine-down mechanisms for this purpose (or something else), so that Mesos don't mark agents as unreachable, which is not what we want