open-nomad/website/content
Tim Gross fbaf4c8b69
node pools: implement support in scheduler (#17443)
Implement scheduler support for node pool:

* When a scheduler is invoked, we get a set of the ready nodes in the DCs that
  are allowed for that job. Extend the filter to include the node pool.
* Ensure that changes to a job's node pool are picked up as destructive
  allocation updates.
* Add `NodesInPool` as a metric to all reporting done by the scheduler.
* Add the node-in-pool the filter to the `Node.Register` RPC so that we don't
  generate spurious evals for nodes in the wrong pool.
2023-06-07 10:39:03 -04:00
..
api-docs node pools: implement support in scheduler (#17443) 2023-06-07 10:39:03 -04:00
docs node pool: implement nomad node pool nodes CLI (#17444) 2023-06-07 10:37:27 -04:00
intro
partials node pools: implement CLI for node pool jobs command (#17432) 2023-06-06 15:02:26 -04:00
plugins Change job init default to example.nomad.hcl and recommend in docs (#15997) 2023-02-02 11:47:47 -06:00
tools docs: use appropriate file extension for autoscaler agent config. (#16993) 2023-04-27 15:00:28 +01:00
security.mdx