Skip to content

Commit

Permalink
Dropped node_id from docs, per hashicorp#675
Browse files Browse the repository at this point in the history
Specifically, see https://github.com/hashicorp/nomad/blob/master/CHANGELOG.md#030

> Node ID is no longer specifiable. For users who have set a custom Node ID, the node should be drained before Nomad is updated and the data_dir should be deleted before starting for the first time [hashicorpGH-675]
  • Loading branch information
ketzacoatl committed Apr 8, 2016
1 parent e3511b6 commit 81fc2b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/source/docs/agent/config.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 81fc2b0

Please sign in to comment.