From 640a03397e26498ed620fc160b652890e53c6944 Mon Sep 17 00:00:00 2001 From: ketzacoatl Date: Fri, 8 Apr 2016 13:48:43 -0400 Subject: [PATCH] Dropped `node_id` from docs, per #675 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 [GH-675] --- website/source/docs/agent/config.html.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/source/docs/agent/config.html.md b/website/source/docs/agent/config.html.md index 041bf31c8..b856ad111 100644 --- a/website/source/docs/agent/config.html.md +++ b/website/source/docs/agent/config.html.md @@ -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. - * `node_id`: 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. * `node_class`: 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.