open-nomad/website/content/docs
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
..
commands node pools: namespace integration (#17562) 2023-06-16 16:30:22 -04:00
concepts docs: corrections and additional information for OIDC-related concepts (#17470) 2023-06-09 16:50:22 +02:00
configuration node pool: node pool upsert on multiregion node register (#17503) 2023-06-13 11:28:28 -04:00
devices
drivers Add group_add docker option (#17313) 2023-06-02 20:26:01 -04:00
enterprise
install docs: fix keyring path in install docs (#16946) 2023-04-20 16:20:39 -04:00
integrations docs: move CNI reference plugins installation to CNI overview page (#17068) 2023-05-04 11:32:06 -05:00
job-specification check: Add support for Consul field tls_server_name (#17334) 2023-06-02 10:19:12 -04:00
networking docs: move CNI reference plugins installation to CNI overview page (#17068) 2023-05-04 11:32:06 -05:00
nomad-vs-kubernetes
operations docs: add missing client.allocs metrics (#17540) 2023-06-15 09:18:11 -04:00
other-specifications node pools: namespace integration (#17562) 2023-06-16 16:30:22 -04:00
runtime node pools: support node.pool constraint in scheduler (#17548) 2023-06-16 13:31:46 -04:00
upgrade build: remove 386 builds for Nomad 1.6.0 (#17239) 2023-05-22 13:27:17 -04:00
ecosystem.mdx
faq.mdx
index.mdx
partnerships.mdx
schedulers.mdx
who-uses-nomad.mdx