Skip to content

Commit 9fc11b6

Browse files
authored
Merge pull request #2663 from benmoss/master
Update cluster tutorial to generate random client UUIDs
2 parents 98c6c39 + 90f6635 commit 9fc11b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/source/intro/getting-started/cluster.html.md

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ client {
9999
# this should be like "nomad.service.consul:4647" and a system
100100
# like Consul used for service discovery.
101101
servers = ["127.0.0.1:4647"]
102+
103+
# Since we are starting two clients on the same host, we need to set
104+
# this in order to force nomad to generate client UUIDs randomly,
105+
# instead of based on the host UUID.
106+
no_host_uuid = true
102107
}
103108
104109
# Modify our port to avoid a collision with server1

0 commit comments

Comments
 (0)