mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
Merge pull request #1058 from ketzacoatl/patch-1
Dropped `node_id` from docs, per #675
This commit is contained in:
@@ -297,10 +297,6 @@ configured on server nodes.
|
||||
used to register the client with the server nodes and advertise the
|
||||
available resources so that the agent can receive work. If a port is not specified
|
||||
in the array of server addresses, the default port `4647` will be used.
|
||||
* <a id="node_id">`node_id`</a>: This is the value used to uniquely identify
|
||||
the local agent's node registration with the servers. This can be any
|
||||
arbitrary string but must be unique to the cluster. By default, if not
|
||||
specified, a randomly- generate UUID will be used.
|
||||
* <a id="node_class">`node_class`</a>: A string used to logically group client
|
||||
nodes by class. This can be used during job placement as a filter. This
|
||||
option is not required and has no default.
|
||||
|
||||
Reference in New Issue
Block a user