open-nomad/website/content
Luiz Aoqui d5aa72190f
node pools: namespace integration (#17562)
Add structs and fields to support the Nomad Pools Governance Enterprise
feature of controlling node pool access via namespaces.

Nomad Enterprise allows users to specify a default node pool to be used
by jobs that don't specify one. In order to accomplish this, it's
necessary to distinguish between a job that explicitly uses the
`default` node pool and one that did not specify any.

If the `default` node pool is set during job canonicalization it's
impossible to do this, so this commit allows a job to have an empty node
pool value during registration but sets to `default` at the admission
controller mutator.

In order to guarantee state consistency the state store validates that
the job node pool is set and exists before inserting it.
2023-06-16 16:30:22 -04:00
..
api-docs node pools: namespace integration (#17562) 2023-06-16 16:30:22 -04:00
docs node pools: namespace integration (#17562) 2023-06-16 16:30:22 -04:00
intro docs: Migrate link formats (#15779) 2023-01-25 09:31:14 -08:00
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