mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
docs: clarify node pool apply/delete behavior (#17529)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user