mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Remove documentation about assigning node-id
This commit is contained in:
@@ -774,10 +774,6 @@ Client Options:
|
||||
A list of known server addresses to connect to given as "host:port" and
|
||||
delimited by commas.
|
||||
|
||||
-node-id
|
||||
A unique identifier for the node to use. If not provided, a UUID is
|
||||
generated.
|
||||
|
||||
-node-class
|
||||
Mark this node as a member of a node-class. This can be used to label
|
||||
similiar node types.
|
||||
|
||||
@@ -389,7 +389,6 @@ via CLI arguments. The `agent` command accepts the following arguments:
|
||||
* `-node=<name>`: Equivalent to the [name](#name) config option.
|
||||
* `-node-class=<class>`: Equivalent to the Client [node_class](#node_class)
|
||||
config option.
|
||||
* `-node-id=<uuid>`: Equivalent to the Client [node_id](#node_id) config option.
|
||||
* `-region=<region>`: Equivalent to the [region](#region) config option.
|
||||
* `-rejoin`: Equivalent to the [rejoin_after_leave](#rejoin_after_leave) config option.
|
||||
* `-retry-interval`: Equivalent to the [retry_interval](#retry_interval) config option.
|
||||
|
||||
Reference in New Issue
Block a user