docs: clarify node pool apply/delete behavior (#17529)

This commit is contained in:
Tim Gross
2023-06-14 15:58:53 -04:00
committed by GitHub
parent 068d0ea9af
commit eee2315d5d
4 changed files with 15 additions and 3 deletions

View File

@@ -34,8 +34,10 @@ Usage: nomad node pool apply [options] <input>
Apply is used to create or update a node pool. The specification file is read
from stdin by specifying "-", otherwise a path to the file is expected.
If ACLs are enabled, this command requires a token with the 'write'
capability in a 'node_pool' policy that matches the node pool being targeted.
If ACLs are enabled, this command requires a token with the 'write' capability
in a 'node_pool' policy that matches the node pool being targeted. In
federated clusters, the node pool will be created in the authoritative region
and will be replicated to all federated regions.
General Options: