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
{{ message }}
This repository was archived by the owner on Feb 1, 2021. It is now read-only.
I am running a swarm cluster where the containers are distributed using the default spread scheduling.
However, at times I would like to be able to temporarily stop scheduling to a particular node, eg. for example, to gradually drain it of containers so that it can be taken down for maintenance.
Currently I just stop the swarm-agent container on the node, but this is less than ideal (cleanup tasks may not run), is there any other way to do this?