When making a client join a cluster, I’d like the client to be ineligible to accept job allocations until I intervene manually.
Is it possible to do this without needing a two step process to join and then quickly mark the client as ineligible, thus risking the client receiving jobs that then need to be drained?
Currently I’m using Consul for Nomad cluster discovery. As soon as the client joins the cluster, its eligible for allocating jobs.